KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_netlist_exporter_xml_nested_groups.cpp File Reference
#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)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( NetlistExporterXML_NestedGroupMembershipPreserved ,
XML_NESTED_GROUPS_FIXTURE  )

◆ find_child()

static wxXmlNode * find_child ( wxXmlNode * aParent,
const wxString & aName )
static

Definition at line 51 of file test_netlist_exporter_xml_nested_groups.cpp.

Referenced by BOOST_FIXTURE_TEST_CASE().