|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <qa_utils/wx_utils/unit_test_utils.h>#include <sch_io/pads/pads_sch_binary_reader.h>#include <ki_exception.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (RecognizesFamilyIndependentlyOfVersionSupport) | |
| BOOST_AUTO_TEST_CASE (OwnsTypedParserModel) | |
| BOOST_AUTO_TEST_CASE (ParseRejectsMalformedAndReportsUnsupportedVersion) | |
| BOOST_AUTO_TEST_CASE (ParseReplacesOwnedModel) | |
| BOOST_AUTO_TEST_CASE | ( | OwnsTypedParserModel | ) |
Definition at line 71 of file test_pads_sch_binary_reader.cpp.
References BOOST_CHECK_EQUAL(), and BOOST_REQUIRE().
| BOOST_AUTO_TEST_CASE | ( | ParseRejectsMalformedAndReportsUnsupportedVersion | ) |
Definition at line 84 of file test_pads_sch_binary_reader.cpp.
References IO_ERROR::What().
| BOOST_AUTO_TEST_CASE | ( | ParseReplacesOwnedModel | ) |
Definition at line 111 of file test_pads_sch_binary_reader.cpp.
References BOOST_CHECK_EQUAL(), and BOOST_REQUIRE().
| BOOST_AUTO_TEST_CASE | ( | RecognizesFamilyIndependentlyOfVersionSupport | ) |
Definition at line 42 of file test_pads_sch_binary_reader.cpp.
References BOOST_AUTO_TEST_CASE().