|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <schematic_utils/schematic_file_util.h>#include <connection_graph.h>#include <netlist_exporter_xml.h>#include <sch_netchain.h>#include <sch_sheet.h>#include <schematic.h>#include <settings/settings_manager.h>#include <locale_io.h>#include <wx/filename.h>#include <wx/xml/xml.h>Go to the source code of this file.
Classes | |
| struct | XML_NETCHAIN_TERMINALS_FIXTURE |
Functions | |
| static wxXmlNode * | find_child (wxXmlNode *parent, const wxString &name) |
| BOOST_FIXTURE_TEST_CASE (NetlistExporterXML_NetChainTerminalPinsRoundTrip, XML_NETCHAIN_TERMINALS_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | NetlistExporterXML_NetChainTerminalPinsRoundTrip | , |
| XML_NETCHAIN_TERMINALS_FIXTURE | ) |
Definition at line 57 of file test_netlist_exporter_xml_terminal_pins.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), CONNECTION_GRAPH::CreateNetChainFromPotential(), dummy, find_child(), WX_STRING_REPORTER::GetMessages(), CONNECTION_GRAPH::GetPotentialNetChains(), SCH_NETCHAIN::GetTerminalPinNum(), SCH_NETCHAIN::GetTerminalRef(), GNL_OPT_KICAD, KI_TEST::LoadSchematic(), and CONNECTION_GRAPH::Recalculate().
|
static |
Definition at line 45 of file test_netlist_exporter_xml_terminal_pins.cpp.
References name.
Referenced by BOOST_FIXTURE_TEST_CASE().