KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_net_chain_bridging_delay.cpp File Reference
#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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( BridgingLengthAndDelayMatchFallback )

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( ChainsArePartitionedByName )

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( EmptyInputsReturnZero )

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( LargeBridgingLengthDoesNotOverflowIntCast )

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( MultipleFootprintsSum )

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( SingleNetFootprintContributesNothing )

Definition at line 117 of file test_net_chain_bridging_delay.cpp.

References BoardChainBridging(), and BOOST_CHECK_EQUAL().