|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <qa_utils/wx_utils/unit_test_utils.h>#include <schematic_utils/schematic_file_util.h>#include <connection_graph.h>#include <schematic.h>#include <sch_netchain.h>#include <sch_sheet.h>#include <settings/settings_manager.h>#include <locale_io.h>Go to the source code of this file.
Classes | |
| struct | NETCHAIN_RENAME_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (NetChain_RemoveRenameRoundTrip, NETCHAIN_RENAME_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | NetChain_RemoveRenameRoundTrip | , |
| NETCHAIN_RENAME_FIXTURE | ) |
Definition at line 46 of file test_net_chain_remove_rename.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), CONNECTION_GRAPH::CreateNetChainFromPotential(), CONNECTION_GRAPH::DeleteCommittedNetChain(), dummy, CONNECTION_GRAPH::GetCommittedNetChains(), SCH_NETCHAIN::GetName(), CONNECTION_GRAPH::GetNetChainColorOverrides(), CONNECTION_GRAPH::GetNetChainNetClassOverrides(), CONNECTION_GRAPH::GetNetChainTerminalOverrides(), CONNECTION_GRAPH::GetNetChainTerminalRefOverrides(), SCH_NETCHAIN::GetNetClass(), CONNECTION_GRAPH::GetPotentialNetChains(), SCH_NETCHAIN::GetTerminalPinA(), SCH_NETCHAIN::GetTerminalPinB(), SCH_NETCHAIN::GetTerminalPinNum(), SCH_NETCHAIN::GetTerminalRef(), KI_TEST::LoadSchematic(), CONNECTION_GRAPH::Recalculate(), CONNECTION_GRAPH::RenameCommittedNetChain(), CONNECTION_GRAPH::SetNetChainColorOverrides(), CONNECTION_GRAPH::SetNetChainNetClassOverrides(), CONNECTION_GRAPH::SetNetChainTerminalOverrides(), and CONNECTION_GRAPH::SetNetChainTerminalRefOverrides().