KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_pcb_differ.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <diff_merge/pcb_differ.h>
#include <diff_merge/pcb_geometry_extractor.h>
#include <board.h>
#include <board_item.h>
#include <pad.h>
#include <pcb_track.h>
#include <footprint.h>
#include <settings/settings_manager.h>
#include <nlohmann/json.hpp>
#include <map>

Go to the source code of this file.

Classes

struct  PCB_DIFFER_FIXTURE
 Fixture: loads the same canonical board into two separate BOARD instances so tests can mutate one and diff against the other. More...
 

Functions

 BOOST_AUTO_TEST_CASE (TwoFreshLoadsAreIdentical)
 
 BOOST_AUTO_TEST_CASE (RemovingAnItemSurfacesAsRemoved)
 
 BOOST_AUTO_TEST_CASE (WidthChangeProducesPropertyDelta)
 
 BOOST_AUTO_TEST_CASE (RoutingChangesCarryNetNamesForPresentationGrouping)
 
 BOOST_AUTO_TEST_CASE (ChildEditOnFootprintNestsUnderFootprintRecord)
 
 BOOST_AUTO_TEST_CASE (DiffOutputIsDeterministic)
 
 BOOST_AUTO_TEST_CASE (DiffJsonRoundTrip)
 
 BOOST_AUTO_TEST_CASE (ExtractedGeometryCarriesBoardLayers)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/8]

BOOST_AUTO_TEST_CASE ( ChildEditOnFootprintNestsUnderFootprintRecord )

◆ BOOST_AUTO_TEST_CASE() [2/8]

◆ BOOST_AUTO_TEST_CASE() [3/8]

◆ BOOST_AUTO_TEST_CASE() [4/8]

◆ BOOST_AUTO_TEST_CASE() [5/8]

BOOST_AUTO_TEST_CASE ( RemovingAnItemSurfacesAsRemoved )

◆ BOOST_AUTO_TEST_CASE() [6/8]

◆ BOOST_AUTO_TEST_CASE() [7/8]

BOOST_AUTO_TEST_CASE ( TwoFreshLoadsAreIdentical )

◆ BOOST_AUTO_TEST_CASE() [8/8]