KiCad PCB EDA Suite
|
Protected Member Functions | |
void | loadTestCase (wxString aSchematicRelativePath, std::vector< REANNOTATED_REFERENCE > aRefs) |
void | setupRefDesTrackerWithPreloads (const std::vector< std::string > &preloads) |
void | validateTrackerIntegration () |
SCH_SYMBOL * | getSymbolByKIID (wxString aKIID, SCH_SHEET_PATH *aSymbolPath) |
SCH_REFERENCE_LIST | getAdditionalRefs () |
void | checkAnnotation (std::vector< REANNOTATED_REFERENCE > aRefs) |
virtual void | LoadSchematic (const wxString &aRelativePath) |
virtual wxFileName | GetSchematicPath (const wxString &aBaseName) |
Protected Attributes | |
SCH_REFERENCE_LIST | m_refsToReannotate |
SCH_MULTI_UNIT_REFERENCE_MAP | m_lockedRefs |
std::unique_ptr< SCHEMATIC > | m_schematic |
IO_RELEASER< SCH_IO > | m_pi |
SETTINGS_MANAGER | m_manager |
Definition at line 37 of file test_sch_reference_list.cpp.
|
protected |
Definition at line 110 of file test_sch_reference_list.cpp.
References BOOST_CHECK_EQUAL(), SCH_SYMBOL::GetRef(), and getSymbolByKIID().
|
protected |
Definition at line 93 of file test_sch_reference_list.cpp.
References SCH_REFERENCE_LIST::AddItem(), SCH_REFERENCE_LIST::Contains(), SCH_REFERENCE_LIST::GetCount(), m_refsToReannotate, and KI_TEST::SCHEMATIC_TEST_FIXTURE::m_schematic.
|
protectedvirtualinherited |
Reimplemented in TEST_NETLIST_EXPORTER_SPICE_FIXTURE, TEST_SIM_REGRESSIONS_FIXTURE, TEST_SCH_GROUP_FIXTURE, TEST_SCH_SCREEN_FIXTURE, TEST_SCH_SHEET_LIST_FIXTURE, and TEST_SCHEMATIC_FIXTURE.
Definition at line 120 of file eeschema_test_utils.cpp.
References KI_TEST::GetEeschemaTestDataDir(), and FILEEXT::KiCadSchematicFileExtension.
|
protected |
Definition at line 82 of file test_sch_reference_list.cpp.
References KI_TEST::SCHEMATIC_TEST_FIXTURE::m_schematic.
Referenced by checkAnnotation(), and loadTestCase().
|
protectedvirtualinherited |
Definition at line 54 of file eeschema_test_utils.cpp.
References FILEEXT::ProjectFileExtension, and PROJECT::SCH_SYMBOL_LIBS.
Referenced by loadTestCase().
|
protected |
Definition at line 55 of file test_sch_reference_list.cpp.
References SCH_SHEET_PATH::AppendMultiUnitSymbol(), SCH_SHEET_PATH::AppendSymbol(), SCH_REFERENCE_LIST::Clear(), SCH_SYMBOL::GetRef(), getSymbolByKIID(), KI_TEST::SCHEMATIC_TEST_FIXTURE::LoadSchematic(), m_lockedRefs, and m_refsToReannotate.
|
protected |
|
protected |
|
protected |
Definition at line 51 of file test_sch_reference_list.cpp.
Referenced by loadTestCase().
|
protectedinherited |
Definition at line 62 of file eeschema_test_utils.h.
Referenced by TEST_SCH_GROUP_FIXTURE::CreateTestSchematic().
|
protectedinherited |
Definition at line 61 of file eeschema_test_utils.h.
|
protected |
Definition at line 50 of file test_sch_reference_list.cpp.
Referenced by getAdditionalRefs(), and loadTestCase().
|
protectedinherited |
Definition at line 60 of file eeschema_test_utils.h.
Referenced by TEST_SCH_GROUP_FIXTURE::CreateTestSchematic(), getAdditionalRefs(), TEST_NETLIST_EXPORTER_SPICE_FIXTURE::GetNetlistPath(), TEST_SIM_REGRESSIONS_FIXTURE::GetNetlistPath(), getSymbolByKIID(), and TEST_SCH_REFERENCE_LIST_UNITS_FIXTURE::setupRefDesTracker().