|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <lib_id.h>#include <netlist_reader/board_netlist_updater.h>#include <qa_utils/wx_utils/unit_test_utils.h>Go to the source code of this file.
Functions | |
| static LIB_ID | makeFpid (const wxString &aLibrary, const wxString &aItem) |
| BOOST_AUTO_TEST_CASE (LegacySchematicFpidMatchesQualifiedBoardFpid) | |
| BOOST_AUTO_TEST_CASE (LegacySchematicFpidDoesNotMatchDifferentItemName) | |
| BOOST_AUTO_TEST_CASE (QualifiedSchematicFpidComparesExactly) | |
| BOOST_AUTO_TEST_CASE | ( | LegacySchematicFpidDoesNotMatchDifferentItemName | ) |
Definition at line 65 of file test_update_pcb_legacy_fpid_dnp.cpp.
References BOARD_NETLIST_UPDATER::fpidsEquivalent(), makeFpid(), and LIB_ID::Parse().
| BOOST_AUTO_TEST_CASE | ( | LegacySchematicFpidMatchesQualifiedBoardFpid | ) |
Definition at line 51 of file test_update_pcb_legacy_fpid_dnp.cpp.
References BOOST_REQUIRE(), BOARD_NETLIST_UPDATER::fpidsEquivalent(), LIB_ID::IsLegacy(), makeFpid(), and LIB_ID::Parse().
| BOOST_AUTO_TEST_CASE | ( | QualifiedSchematicFpidComparesExactly | ) |
Definition at line 78 of file test_update_pcb_legacy_fpid_dnp.cpp.
References BOARD_NETLIST_UPDATER::fpidsEquivalent(), and makeFpid().
|
static |
Definition at line 33 of file test_update_pcb_legacy_fpid_dnp.cpp.
References makeFpid(), and LIB_ID::SetLibNickname().
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and makeFpid().