|
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 <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_GATING_FIXTURE |
Functions | |
| static wxXmlNode * | find_child (wxXmlNode *parent, const wxString &name) |
| static bool | writeAndLoad (SCHEMATIC *aSch, const wxString &aSuffix, unsigned aOptions, wxXmlDocument &aDoc) |
| BOOST_FIXTURE_TEST_CASE (NetlistExporterXML_NetChainsAbsentForGenericFormat, XML_NETCHAIN_GATING_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE (NetlistExporterXML_NoNetChainsElementWhenEmpty, XML_NETCHAIN_GATING_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | NetlistExporterXML_NetChainsAbsentForGenericFormat | , |
| XML_NETCHAIN_GATING_FIXTURE | ) |
Definition at line 86 of file test_netlist_exporter_xml_chain_gating.cpp.
References BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), CONNECTION_GRAPH::CreateNetChainFromPotential(), dummy, find_child(), CONNECTION_GRAPH::GetPotentialNetChains(), GNL_OPT_KICAD, KI_TEST::LoadSchematic(), CONNECTION_GRAPH::Recalculate(), and writeAndLoad().
| BOOST_FIXTURE_TEST_CASE | ( | NetlistExporterXML_NoNetChainsElementWhenEmpty | , |
| XML_NETCHAIN_GATING_FIXTURE | ) |
Definition at line 150 of file test_netlist_exporter_xml_chain_gating.cpp.
References BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), dummy, find_child(), CONNECTION_GRAPH::GetCommittedNetChains(), GNL_OPT_KICAD, KI_TEST::LoadSchematic(), CONNECTION_GRAPH::Recalculate(), and writeAndLoad().
|
static |
Definition at line 48 of file test_netlist_exporter_xml_chain_gating.cpp.
References name.
Referenced by BOOST_FIXTURE_TEST_CASE(), and BOOST_FIXTURE_TEST_CASE().
|
static |
Definition at line 60 of file test_netlist_exporter_xml_chain_gating.cpp.
References WX_STRING_REPORTER::GetMessages(), PROJECT::GetProjectFullName(), and SCHEMATIC::Project().
Referenced by BOOST_FIXTURE_TEST_CASE(), and BOOST_FIXTURE_TEST_CASE().