KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <schematic_utils/schematic_file_util.h>
#include <set>
#include <vector>
#include <schematic.h>
#include <settings/settings_manager.h>
#include <netlist_exporter_xml.h>
#include <wx/filename.h>
#include <wx/xml/xml.h>
Go to the source code of this file.
Classes | |
struct | XML_STACKED_PIN_FIXTURE |
Functions | |
static std::set< wxString > | as_set (const std::initializer_list< const char * > &init) |
static wxXmlNode * | find_child (wxXmlNode *parent, const wxString &name) |
static std::vector< wxXmlNode * > | find_children (wxXmlNode *parent, const wxString &name) |
BOOST_FIXTURE_TEST_CASE (NetlistExporterXML_StackedPinNomenclature, XML_STACKED_PIN_FIXTURE) | |
|
static |
Definition at line 42 of file test_netlist_exporter_xml_stacked.cpp.
Referenced by BOOST_FIXTURE_TEST_CASE().
BOOST_FIXTURE_TEST_CASE | ( | NetlistExporterXML_StackedPinNomenclature | , |
XML_STACKED_PIN_FIXTURE | ) |
Definition at line 74 of file test_netlist_exporter_xml_stacked.cpp.
References as_set(), BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), find_child(), find_children(), WX_STRING_REPORTER::GetMessages(), KI_TEST::LoadSchematic(), and pin.
|
static |
Definition at line 50 of file test_netlist_exporter_xml_stacked.cpp.
References name.
Referenced by BOOST_FIXTURE_TEST_CASE().
|
static |
Definition at line 61 of file test_netlist_exporter_xml_stacked.cpp.
References name.
Referenced by BOOST_FIXTURE_TEST_CASE().