KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_connectivity_facade.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <connectivity/conn_facade.h>
#include <schematic_utils/schematic_file_util.h>
#include <schematic.h>
#include <sch_screen.h>
#include <sch_commit.h>
#include <sch_sheet.h>
#include <sch_symbol.h>
#include <bus_alias.h>
#include <sch_label.h>
#include <sch_line.h>
#include <sch_bus_entry.h>
#include <sch_pin.h>
#include <sch_netchain.h>
#include <connectivity/conn_netchain_manager.h>
#include <gal/color4d.h>
#include <sch_rule_area.h>
#include <project/project_file.h>
#include <project/net_settings.h>
#include <settings/settings_manager.h>
#include <algorithm>
#include <advanced_config.h>
#include <connection_graph.h>
#include <tool/tool_manager.h>
#include <scoped_set_reset.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (NativeSheetRenameEscapesPublishedNetPrefixes)
 
 BOOST_AUTO_TEST_CASE (NativeTopLevelRootsRetainLocalAndGlobalScope)
 
 BOOST_AUTO_TEST_CASE (AutomaticUpdateRefreshesUntrackedProjectVariables)
 
 BOOST_AUTO_TEST_CASE (FailedUpdateClearsRetainedViews)
 
 BOOST_AUTO_TEST_CASE (SharedScreensAndCrossInstanceDrivers)
 
 BOOST_AUTO_TEST_CASE (RecalculationSkipsScreenlessSheets)
 
 BOOST_AUTO_TEST_CASE (RecalculationRestoresNativeDirectiveAttachments)
 
 BOOST_AUTO_TEST_CASE (RecalculationRestoresNativeEndpointFlags)
 
 BOOST_AUTO_TEST_CASE (RecalculationUsesCurrentInstanceForSharedPinFlags)
 
 BOOST_AUTO_TEST_CASE (NativePassthroughCommitRebuildsNetChains)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/10]

BOOST_AUTO_TEST_CASE ( AutomaticUpdateRefreshesUntrackedProjectVariables )

◆ BOOST_AUTO_TEST_CASE() [2/10]

BOOST_AUTO_TEST_CASE ( FailedUpdateClearsRetainedViews )

Definition at line 265 of file test_connectivity_facade.cpp.

References BOOST_REQUIRE(), KI_TEST::LoadSchematic(), and path.

◆ BOOST_AUTO_TEST_CASE() [3/10]

◆ BOOST_AUTO_TEST_CASE() [4/10]

◆ BOOST_AUTO_TEST_CASE() [5/10]

◆ BOOST_AUTO_TEST_CASE() [6/10]

BOOST_AUTO_TEST_CASE ( RecalculationRestoresNativeDirectiveAttachments )

◆ BOOST_AUTO_TEST_CASE() [7/10]

BOOST_AUTO_TEST_CASE ( RecalculationRestoresNativeEndpointFlags )

◆ BOOST_AUTO_TEST_CASE() [8/10]

BOOST_AUTO_TEST_CASE ( RecalculationSkipsScreenlessSheets )

Definition at line 342 of file test_connectivity_facade.cpp.

References KI_TEST::LoadSchematic().

◆ BOOST_AUTO_TEST_CASE() [9/10]

BOOST_AUTO_TEST_CASE ( RecalculationUsesCurrentInstanceForSharedPinFlags )

◆ BOOST_AUTO_TEST_CASE() [10/10]

BOOST_AUTO_TEST_CASE ( SharedScreensAndCrossInstanceDrivers )