|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <base_units.h>#include <board.h>#include <board_connected_item.h>#include <footprint.h>#include <net_chain_bridging.h>#include <netinfo.h>#include <pad.h>#include <padstack.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (EmptyInputsReturnZero) | |
| BOOST_AUTO_TEST_CASE (BridgingLengthAndDelayMatchFallback) | |
| BOOST_AUTO_TEST_CASE (SingleNetFootprintContributesNothing) | |
| BOOST_AUTO_TEST_CASE (MultipleFootprintsSum) | |
| BOOST_AUTO_TEST_CASE (ChainsArePartitionedByName) | |
| BOOST_AUTO_TEST_CASE (LargeBridgingLengthDoesNotOverflowIntCast) | |
| BOOST_AUTO_TEST_CASE | ( | BridgingLengthAndDelayMatchFallback | ) |
Definition at line 94 of file test_net_chain_bridging_delay.cpp.
References BoardChainBridging(), DEFAULT_PROPAGATION_DELAY_PS_PER_MM, and pcbIUScale.
| BOOST_AUTO_TEST_CASE | ( | ChainsArePartitionedByName | ) |
Definition at line 159 of file test_net_chain_bridging_delay.cpp.
References BoardChainBridging(), DEFAULT_PROPAGATION_DELAY_PS_PER_MM, and pcbIUScale.
| BOOST_AUTO_TEST_CASE | ( | EmptyInputsReturnZero | ) |
Definition at line 73 of file test_net_chain_bridging_delay.cpp.
References BoardChainBridging(), BOOST_AUTO_TEST_CASE(), and BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | LargeBridgingLengthDoesNotOverflowIntCast | ) |
Definition at line 190 of file test_net_chain_bridging_delay.cpp.
References BoardChainBridging(), DEFAULT_PROPAGATION_DELAY_PS_PER_MM, and pcbIUScale.
| BOOST_AUTO_TEST_CASE | ( | MultipleFootprintsSum | ) |
Definition at line 134 of file test_net_chain_bridging_delay.cpp.
References BoardChainBridging(), DEFAULT_PROPAGATION_DELAY_PS_PER_MM, and pcbIUScale.
| BOOST_AUTO_TEST_CASE | ( | SingleNetFootprintContributesNothing | ) |
Definition at line 117 of file test_net_chain_bridging_delay.cpp.
References BoardChainBridging(), and BOOST_CHECK_EQUAL().