|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <connection_graph.h>#include <sch_symbol.h>#include <schematic_utils/schematic_file_util.h>#include <netlist_exporter_xml.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>#include <sch_netchain.h>#include <sch_screen.h>#include <sch_sheet.h>#include <schematic.h>#include <settings/settings_manager.h>#include <locale_io.h>#include <qa_utils/wx_utils/unit_test_utils.h>#include <wx/ffile.h>#include <wx/filename.h>#include <wx/stdpaths.h>#include <wx/xml/xml.h>Go to the source code of this file.
Classes | |
| struct | NETCHAIN_SYNTHETIC_FILTER_FIXTURE |
Functions | |
| static wxXmlNode * | find_child (wxXmlNode *parent, const wxString &name) |
| BOOST_FIXTURE_TEST_CASE (NetChainSyntheticNamesAreFilteredFromOutputs, NETCHAIN_SYNTHETIC_FILTER_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | NetChainSyntheticNamesAreFilteredFromOutputs | , |
| NETCHAIN_SYNTHETIC_FILTER_FIXTURE | ) |
Definition at line 105 of file test_net_chain_synthetic_filter.cpp.
References BOOST_REQUIRE(), SCHEMATIC::ConnectionGraph(), dummy, find_child(), CONNECTION_GRAPH::GetNetChainMemberNetOverrides(), SCH_NETCHAIN::GetNets(), SCH_SHEET::GetScreen(), GNL_OPT_KICAD, KI_TEST::LoadSchematic(), SCH_IO_KICAD_SEXPR::LoadSchematicFile(), NETLIST_EXPORTER_XML::NETLIST_EXPORTER_XML(), path, reporter, SCH_IO_KICAD_SEXPR::SaveSchematicFile(), SCH_SYMBOL_T, SCH_SCREEN::SetFileName(), SCH_SHEET::SetFileName(), SCHEMATIC::SetProject(), SCH_NETCHAIN::SYNTHETIC_NET_PREFIX, and NETLIST_EXPORTER_XML::writeNetlist().
|
static |
Definition at line 92 of file test_net_chain_synthetic_filter.cpp.
References name.
Referenced by BOOST_FIXTURE_TEST_CASE().