|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SCH_DIFFER_FIXTURE () | |
Public Attributes | |
| SETTINGS_MANAGER | m_settingsA |
| SETTINGS_MANAGER | m_settingsB |
| std::unique_ptr< SCHEMATIC > | m_before |
| std::unique_ptr< SCHEMATIC > | m_after |
Definition at line 50 of file test_sch_differ.cpp.
|
inline |
Definition at line 52 of file test_sch_differ.cpp.
References BOOST_REQUIRE(), KI_TEST::LoadSchematic(), m_after, m_before, m_settingsA, and m_settingsB.
| std::unique_ptr<SCHEMATIC> SCH_DIFFER_FIXTURE::m_after |
Definition at line 63 of file test_sch_differ.cpp.
Referenced by SCH_DIFFER_FIXTURE().
| std::unique_ptr<SCHEMATIC> SCH_DIFFER_FIXTURE::m_before |
Definition at line 62 of file test_sch_differ.cpp.
Referenced by SCH_DIFFER_FIXTURE().
| SETTINGS_MANAGER SCH_DIFFER_FIXTURE::m_settingsA |
Definition at line 60 of file test_sch_differ.cpp.
Referenced by SCH_DIFFER_FIXTURE().
| SETTINGS_MANAGER SCH_DIFFER_FIXTURE::m_settingsB |
Definition at line 61 of file test_sch_differ.cpp.
Referenced by SCH_DIFFER_FIXTURE().