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::GetCount(), m_refsToReannotate, and KI_TEST::SCHEMATIC_TEST_FIXTURE::m_schematic.
|
protectedvirtualinherited |
Reimplemented in SAVEAS_SUBSHEET_FIXTURE, TEST_NETLIST_EXPORTER_SPICE_FIXTURE, TEST_SCH_GROUP_FIXTURE, TEST_SCH_SCREEN_FIXTURE, TEST_SCH_SHEET_LIST_FIXTURE, TEST_SCHEMATIC_FIXTURE, and TEST_SIM_REGRESSIONS_FIXTURE.
Definition at line 120 of file eeschema_test_utils.cpp.
References KI_TEST::GetEeschemaTestDataDir(), and FILEEXT::KiCadSchematicFileExtension.
Referenced by LoadSchematic().
|
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 GetSchematicPath().
Referenced by TEST_SCH_REFERENCE_LIST_FIXTURE::loadTestCase().
|
protected |
Definition at line 55 of file test_sch_reference_list.cpp.
References SCH_SHEET_PATH::AppendMultiUnitSymbol(), SCH_SHEET_PATH::AppendSymbol(), 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(), and SCHEMATIC_TEST_FIXTURE().
|
protectedinherited |
Definition at line 61 of file eeschema_test_utils.h.
Referenced by SCHEMATIC_TEST_FIXTURE().
|
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_NETLIST_EXPORTER_FIXTURE< Exporter >::Cleanup(), TEST_SCH_GROUP_FIXTURE::CreateTestSchematic(), TEST_SCH_REFERENCE_LIST_FIXTURE::getAdditionalRefs(), TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::GetNetlistPath(), TEST_SCH_REFERENCE_LIST_FIXTURE::getSymbolByKIID(), SCHEMATIC_TEST_FIXTURE(), TEST_SCH_REFERENCE_LIST_UNITS_FIXTURE::setupRefDesTracker(), and TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::WriteNetlist().