KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_update_items_connectivity.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <connection_graph.h>
#include <lib_symbol.h>
#include <pin_type.h>
#include <sch_bus_entry.h>
#include <sch_line.h>
#include <sch_pin.h>
#include <sch_symbol.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_screen.h>
#include <algorithm>
#include <map>
#include <set>

Go to the source code of this file.

Functions

void boost_test_update_symbol_connectivity ()
 
void boost_test_update_generic_connectivity ()
 
 BOOST_AUTO_TEST_CASE (SymbolConnectivityLinksPins)
 
 BOOST_AUTO_TEST_CASE (GenericItemConnectivity)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( GenericItemConnectivity  )

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( SymbolConnectivityLinksPins  )

◆ boost_test_update_generic_connectivity()

void boost_test_update_generic_connectivity ( )

Definition at line 139 of file test_update_items_connectivity.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ boost_test_update_symbol_connectivity()

void boost_test_update_symbol_connectivity ( )

Definition at line 38 of file test_update_items_connectivity.cpp.

Referenced by BOOST_AUTO_TEST_CASE().