|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <memory>#include <board.h>#include <footprint.h>#include <pad.h>#include <padstack.h>#include <pcb_generator.h>#include <pcb_track.h>#include <generators/pcb_tuning_pattern.h>#include <net_chain_bridging.h>#include <netinfo.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (TwoPadTwoNetFootprintAgrees) | |
| BOOST_AUTO_TEST_CASE (ThreePadTwoNetFootprintAgrees) | |
| BOOST_AUTO_TEST_CASE (ThreePadThreeNetFootprintAgrees) | |
| BOOST_AUTO_TEST_CASE (FourPadTwoNetFootprintAgrees) | |
| BOOST_AUTO_TEST_CASE (ThreePadSingleNetFootprintAgreesAtZero) | |
| BOOST_AUTO_TEST_CASE | ( | FourPadTwoNetFootprintAgrees | ) |
Definition at line 179 of file test_drc_tuner_chain_bridging_agreement.cpp.
References std::abs(), and BoardChainBridgingLength().
| BOOST_AUTO_TEST_CASE | ( | ThreePadSingleNetFootprintAgreesAtZero | ) |
Definition at line 202 of file test_drc_tuner_chain_bridging_agreement.cpp.
References BoardChainBridgingLength(), and BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ThreePadThreeNetFootprintAgrees | ) |
Definition at line 152 of file test_drc_tuner_chain_bridging_agreement.cpp.
References std::abs(), and BoardChainBridgingLength().
| BOOST_AUTO_TEST_CASE | ( | ThreePadTwoNetFootprintAgrees | ) |
Definition at line 128 of file test_drc_tuner_chain_bridging_agreement.cpp.
References std::abs(), and BoardChainBridgingLength().
| BOOST_AUTO_TEST_CASE | ( | TwoPadTwoNetFootprintAgrees | ) |
Definition at line 106 of file test_drc_tuner_chain_bridging_agreement.cpp.
References std::abs(), BoardChainBridgingLength(), and BOOST_AUTO_TEST_CASE().