|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <memory>#include <set>#include <pin_map.h>#include <lib_symbol.h>#include <sch_pin.h>#include <sch_symbol.h>#include <sch_sheet_path.h>Go to the source code of this file.
Classes | |
| struct | PIN_MAP_RESOLVER_FIXTURE |
Typedefs | |
| using | PAD_RESOLUTION = SCH_PIN::PAD_RESOLUTION |
Functions | |
| BOOST_AUTO_TEST_CASE (ThreeResolutionStates) | |
| BOOST_AUTO_TEST_CASE (NoFootprintPathAssumesIdentity) | |
| BOOST_AUTO_TEST_CASE (OverridePrecedence) | |
| BOOST_AUTO_TEST_CASE (NamedMapOverride) | |
Definition at line 32 of file test_pin_map_resolver.cpp.
| BOOST_AUTO_TEST_CASE | ( | NamedMapOverride | ) |
Definition at line 170 of file test_pin_map_resolver.cpp.
References BOOST_CHECK_EQUAL(), PIN_MAP_INSTANCE_OVERRIDE::m_ActiveMapName, PIN_MAP_INSTANCE_OVERRIDE::m_Mode, pin, and USE_NAMED_MAP.
| BOOST_AUTO_TEST_CASE | ( | NoFootprintPathAssumesIdentity | ) |
Definition at line 116 of file test_pin_map_resolver.cpp.
References BOOST_CHECK_EQUAL(), and pin.
| BOOST_AUTO_TEST_CASE | ( | OverridePrecedence | ) |
Definition at line 134 of file test_pin_map_resolver.cpp.
References BOOST_CHECK_EQUAL(), FORCE_IDENTITY, PIN_MAP_INSTANCE_OVERRIDE::m_Edits, PIN_MAP_INSTANCE_OVERRIDE::m_Mode, pin, and USE_LIBRARY_DEFAULT.
| BOOST_AUTO_TEST_CASE | ( | ThreeResolutionStates | ) |
Definition at line 90 of file test_pin_map_resolver.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and pin.