|
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_sheet.h>#include <settings/settings_manager.h>#include <locale_io.h>Go to the source code of this file.
Classes | |
| struct | SIGNALS_TEST_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (RebuildSignals_GroupsFourNetsIntoOneSignal, SIGNALS_TEST_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE (RebuildSignals_RespectsSignalLabelAndKeepsGrouping, SIGNALS_TEST_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE (RebuildSignals_WithPullupBranch_ExcludesPowerBranch, SIGNALS_TEST_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE (RebuildSignals_WithBypassCap_ExcludesPowerBranch, SIGNALS_TEST_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | RebuildSignals_GroupsFourNetsIntoOneSignal | , |
| SIGNALS_TEST_FIXTURE | ) |
Definition at line 40 of file test_net_chains.cpp.
References BOOST_CHECK_MESSAGE(), dummy, CONNECTION_GRAPH::GetPotentialNetChains(), KI_TEST::LoadSchematic(), and CONNECTION_GRAPH::Recalculate().
| BOOST_FIXTURE_TEST_CASE | ( | RebuildSignals_RespectsSignalLabelAndKeepsGrouping | , |
| SIGNALS_TEST_FIXTURE | ) |
Definition at line 63 of file test_net_chains.cpp.
References BOOST_CHECK_MESSAGE(), dummy, CONNECTION_GRAPH::GetPotentialNetChains(), KI_TEST::LoadSchematic(), name, and CONNECTION_GRAPH::Recalculate().
| BOOST_FIXTURE_TEST_CASE | ( | RebuildSignals_WithBypassCap_ExcludesPowerBranch | , |
| SIGNALS_TEST_FIXTURE | ) |
Definition at line 144 of file test_net_chains.cpp.
References BOOST_CHECK_MESSAGE(), dummy, CONNECTION_GRAPH::GetPotentialNetChains(), KI_TEST::LoadSchematic(), and CONNECTION_GRAPH::Recalculate().
| BOOST_FIXTURE_TEST_CASE | ( | RebuildSignals_WithPullupBranch_ExcludesPowerBranch | , |
| SIGNALS_TEST_FIXTURE | ) |
Definition at line 93 of file test_net_chains.cpp.
References BOOST_CHECK_MESSAGE(), dummy, CONNECTION_GRAPH::GetPotentialNetChains(), KI_TEST::LoadSchematic(), and CONNECTION_GRAPH::Recalculate().