|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <schematic_utils/schematic_file_util.h>#include <netlist_exporter_xml.h>#include <schematic.h>#include <settings/settings_manager.h>#include <locale_io.h>#include <set>#include <wx/filename.h>#include <wx/xml/xml.h>Go to the source code of this file.
Classes | |
| struct | XML_NESTED_GROUPS_FIXTURE |
Functions | |
| static wxXmlNode * | find_child (wxXmlNode *aParent, const wxString &aName) |
| BOOST_FIXTURE_TEST_CASE (NetlistExporterXML_NestedGroupMembershipPreserved, XML_NESTED_GROUPS_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | NetlistExporterXML_NestedGroupMembershipPreserved | , |
| XML_NESTED_GROUPS_FIXTURE | ) |
Definition at line 63 of file test_netlist_exporter_xml_nested_groups.cpp.
References BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), dummy, find_child(), GNL_OPT_KICAD, KI_TEST::LoadSchematic(), and reporter.
|
static |
Definition at line 51 of file test_netlist_exporter_xml_nested_groups.cpp.
Referenced by BOOST_FIXTURE_TEST_CASE().