|
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 <netclass.h>#include <project.h>#include <project/net_settings.h>#include <project/project_file.h>#include <sch_connection.h>#include <sch_label.h>#include <sch_line.h>#include <sch_screen.h>#include <sch_sheet_path.h>#include <schematic.h>#include <settings/settings_manager.h>Go to the source code of this file.
Classes | |
| struct | ISSUE19951_FIXTURE |
| Test for issue #19951: netclass directive not applied when it shares a connection point with a local label. More... | |
Functions | |
| BOOST_AUTO_TEST_CASE (DirectiveOnSeparatePointDrivesWire) | |
| BOOST_AUTO_TEST_CASE (CoincidentDirectiveAndLabelJoinWire) | |
| BOOST_AUTO_TEST_CASE | ( | CoincidentDirectiveAndLabelJoinWire | ) |
Definition at line 129 of file test_issue19951_directive_label_coincident.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), SCH_ITEM::Connection(), SCH_TEXT::GetPosition(), CONNECTION_SUBGRAPH::GetSheet(), CONNECTION_GRAPH::GetSubgraphForItem(), KI_TEST::LoadSchematic(), and SCH_CONNECTION::Name().
| BOOST_AUTO_TEST_CASE | ( | DirectiveOnSeparatePointDrivesWire | ) |
Definition at line 99 of file test_issue19951_directive_label_coincident.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), SCH_ITEM::Connection(), SCH_TEXT::GetPosition(), CONNECTION_SUBGRAPH::GetSheet(), CONNECTION_GRAPH::GetSubgraphForItem(), KI_TEST::LoadSchematic(), and SCH_CONNECTION::Name().