|
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_symbol.h>#include <locale_io.h>#include <settings/settings_manager.h>#include <set>#include <algorithm>#include <vector>Go to the source code of this file.
Classes | |
| struct | SIGNALS_BRANCH_TEST_FIXTURE |
| struct | BRANCH_TEST_PARAM |
Enumerations | |
| enum class | BRANCH_EXTRA_CHECK { NONE , AVOID_GND , NET_TAIL_EQUAL } |
Functions | |
| static void | loadFixture (const wxString &name, std::unique_ptr< SCHEMATIC > &schematic, SETTINGS_MANAGER &settings) |
| BOOST_FIXTURE_TEST_CASE (SignalBuilder_BranchingVariants, SIGNALS_BRANCH_TEST_FIXTURE) | |
Variables | |
| static const BRANCH_TEST_PARAM | BRANCH_PARAMS [] |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| AVOID_GND | |
| NET_TAIL_EQUAL | |
Definition at line 51 of file test_net_chains_branching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | SignalBuilder_BranchingVariants | , |
| SIGNALS_BRANCH_TEST_FIXTURE | ) |
Definition at line 74 of file test_net_chains_branching.cpp.
References AVOID_GND, BOOST_CHECK_EQUAL(), BOOST_TEST_CONTEXT(), BRANCH_PARAMS, dummy, loadFixture(), and NET_TAIL_EQUAL.
|
static |
Definition at line 42 of file test_net_chains_branching.cpp.
References SETTINGS_MANAGER::LoadProject(), KI_TEST::LoadSchematic(), and name.
Referenced by BOOST_FIXTURE_TEST_CASE().
|
static |
Definition at line 67 of file test_net_chains_branching.cpp.
Referenced by BOOST_FIXTURE_TEST_CASE().