KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_import_net_names.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <board.h>
#include <board_design_settings.h>
#include <eda_pattern_match.h>
#include <project/net_settings.h>
#include <board_connected_item.h>
#include <import_net_names.h>
#include <netinfo.h>
#include <reporter.h>
#include <settings/settings_manager.h>
#include <set>
#include <tuple>

Go to the source code of this file.

Classes

struct  IMPORT_NET_NAMES_FIXTURE
 

Functions

 BOOST_AUTO_TEST_CASE (RenamePreservesConnectedItemsAndBothNetIndexes)
 
 BOOST_AUTO_TEST_CASE (InvalidMappingsLeaveEveryNetUnchanged)
 
 BOOST_AUTO_TEST_CASE (SimultaneousNameSwapPreservesNetIdentity)
 
 BOOST_AUTO_TEST_CASE (ExactNetclassAssignmentsFollowRenamedNets)
 
 BOOST_AUTO_TEST_CASE (NetColorAssignmentsFollowRenamedNets)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( ExactNetclassAssignmentsFollowRenamedNets )

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( InvalidMappingsLeaveEveryNetUnchanged )

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( NetColorAssignmentsFollowRenamedNets )

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( RenamePreservesConnectedItemsAndBothNetIndexes )

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( SimultaneousNameSwapPreservesNetIdentity )