KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_net_chains.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <schematic_utils/schematic_file_util.h>
#include <connection_graph.h>
#include <schematic.h>
#include <sch_sheet.h>
#include <sch_screen.h>
#include <netclass.h>
#include <sch_label.h>
#include <sch_line.h>
#include <connectivity/conn_navigation.h>
#include <project.h>
#include <project/project_file.h>
#include <project/net_settings.h>
#include <settings/settings_manager.h>
#include <locale_io.h>

Go to the source code of this file.

Classes

struct  SIGNALS_TEST_FIXTURE
 

Functions

 BOOST_FIXTURE_TEST_CASE (RebuildSignals_GroupsFourNetsIntoOneSignal, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (RebuildSignals_RespectsSignalLabelAndKeepsGrouping, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (RebuildSignals_WithPullupBranch_ExcludesPowerBranch, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (RebuildSignals_WithBypassCap_ExcludesPowerBranch, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (NetChain_AppendAdoptionKeepsCommittedChains, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (NetChain_TemporaryGraphPreservesProjectAssignments, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (RebuildSignals_SelectsLabelNameIndependentlyOfItemOrder, SIGNALS_TEST_FIXTURE)
 
 BOOST_FIXTURE_TEST_CASE (RebuildSignals_DistinguishesSharedScreenInstances, SIGNALS_TEST_FIXTURE)
 
 BOOST_AUTO_TEST_CASE (WholeNetQueryIncludesSeparatedNativeLabelIsland)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

◆ BOOST_FIXTURE_TEST_CASE() [1/8]

◆ BOOST_FIXTURE_TEST_CASE() [2/8]

◆ BOOST_FIXTURE_TEST_CASE() [3/8]

BOOST_FIXTURE_TEST_CASE ( RebuildSignals_DistinguishesSharedScreenInstances ,
SIGNALS_TEST_FIXTURE  )

◆ BOOST_FIXTURE_TEST_CASE() [4/8]

BOOST_FIXTURE_TEST_CASE ( RebuildSignals_GroupsFourNetsIntoOneSignal ,
SIGNALS_TEST_FIXTURE  )

◆ BOOST_FIXTURE_TEST_CASE() [5/8]

BOOST_FIXTURE_TEST_CASE ( RebuildSignals_RespectsSignalLabelAndKeepsGrouping ,
SIGNALS_TEST_FIXTURE  )

◆ BOOST_FIXTURE_TEST_CASE() [6/8]

BOOST_FIXTURE_TEST_CASE ( RebuildSignals_SelectsLabelNameIndependentlyOfItemOrder ,
SIGNALS_TEST_FIXTURE  )

◆ BOOST_FIXTURE_TEST_CASE() [7/8]

BOOST_FIXTURE_TEST_CASE ( RebuildSignals_WithBypassCap_ExcludesPowerBranch ,
SIGNALS_TEST_FIXTURE  )

◆ BOOST_FIXTURE_TEST_CASE() [8/8]

BOOST_FIXTURE_TEST_CASE ( RebuildSignals_WithPullupBranch_ExcludesPowerBranch ,
SIGNALS_TEST_FIXTURE  )