KiCad PCB EDA Suite
|
Protected Member Functions | |
void | loadTestCase (wxString aSchematicRelativePath, std::vector< REANNOTATED_REFERENCE > aRefs) |
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 |
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 108 of file test_sch_reference_list.cpp.
References SCH_SYMBOL::GetRef(), and getSymbolByKIID().
|
protected |
Definition at line 91 of file test_sch_reference_list.cpp.
References SCH_REFERENCE_LIST::AddItem(), SCHEMATIC::BuildSheetListSortedByPageNumbers(), SCH_REFERENCE_LIST::Contains(), SCH_REFERENCE_LIST::GetCount(), SCH_SHEET_LIST::GetSymbols(), m_refsToReannotate, and KI_TEST::SCHEMATIC_TEST_FIXTURE::m_schematic.
|
protectedvirtualinherited |
Reimplemented in TEST_NETLIST_EXPORTER_SPICE_FIXTURE, TEST_NETLIST_EXPORTER_SPICE_FIXTURE, TEST_SIM_REGRESSIONS_FIXTURE, TEST_SCH_SHEET_LIST_FIXTURE, and TEST_SCHEMATIC_FIXTURE.
Definition at line 121 of file eeschema_test_utils.cpp.
References KI_TEST::GetEeschemaTestDataDir(), and FILEEXT::KiCadSchematicFileExtension.
|
protected |
Definition at line 80 of file test_sch_reference_list.cpp.
References SCHEMATIC::GetItem(), and KI_TEST::SCHEMATIC_TEST_FIXTURE::m_schematic.
Referenced by checkAnnotation(), and loadTestCase().
|
protectedvirtualinherited |
Definition at line 56 of file eeschema_test_utils.cpp.
References FILEEXT::ProjectFileExtension, and PROJECT::SCH_SYMBOL_LIBS.
Referenced by loadTestCase().
|
protected |
Definition at line 53 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 |
Definition at line 49 of file test_sch_reference_list.cpp.
Referenced by loadTestCase().
|
protectedinherited |
Definition at line 62 of file eeschema_test_utils.h.
|
protectedinherited |
Definition at line 61 of file eeschema_test_utils.h.
|
protected |
Definition at line 48 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 getAdditionalRefs(), TEST_NETLIST_EXPORTER_SPICE_FIXTURE::GetNetlistPath(), TEST_SIM_REGRESSIONS_FIXTURE::GetNetlistPath(), and getSymbolByKIID().