KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_fp_lib_differ.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <pcbnew_utils/board_file_utils.h>
#include <diff_merge/fp_lib_differ.h>
#include <diff_merge/kicad_diff_types.h>
#include <diff_merge/pcb_geometry_extractor.h>
#include <footprint.h>
#include <nlohmann/json.hpp>
#include <wx/filename.h>

Go to the source code of this file.

Functions

static wxString getFixturePath ()
 
 BOOST_AUTO_TEST_CASE (IdenticalLibrariesDiffEmpty)
 
 BOOST_AUTO_TEST_CASE (FootprintRemovedShowsAsRemoved)
 
 BOOST_AUTO_TEST_CASE (FootprintChangesCarryDrawableBBoxes)
 
 BOOST_AUTO_TEST_CASE (ExtractFootprintGeometryProducesLayeredContext)
 
 BOOST_AUTO_TEST_CASE (DiffJsonRoundTrip)
 
 BOOST_AUTO_TEST_CASE (LibraryItemKiidPathIsDeterministicForSameName)
 
 BOOST_AUTO_TEST_CASE (LibraryItemKiidPathDiffersForDifferentNames)
 
 BOOST_AUTO_TEST_CASE (MultipleFootprintRemovalsAllEmitChanges)
 
 BOOST_AUTO_TEST_CASE (OutputOrderingIsDeterministicAcrossRuns)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/9]

◆ BOOST_AUTO_TEST_CASE() [2/9]

◆ BOOST_AUTO_TEST_CASE() [3/9]

BOOST_AUTO_TEST_CASE ( FootprintChangesCarryDrawableBBoxes )

◆ BOOST_AUTO_TEST_CASE() [4/9]

BOOST_AUTO_TEST_CASE ( FootprintRemovedShowsAsRemoved )

◆ BOOST_AUTO_TEST_CASE() [5/9]

BOOST_AUTO_TEST_CASE ( IdenticalLibrariesDiffEmpty )

◆ BOOST_AUTO_TEST_CASE() [6/9]

BOOST_AUTO_TEST_CASE ( LibraryItemKiidPathDiffersForDifferentNames )

Definition at line 150 of file test_fp_lib_differ.cpp.

References KICAD_DIFF::LibraryItemKiidPath().

◆ BOOST_AUTO_TEST_CASE() [7/9]

BOOST_AUTO_TEST_CASE ( LibraryItemKiidPathIsDeterministicForSameName )

Definition at line 139 of file test_fp_lib_differ.cpp.

References KICAD_DIFF::LibraryItemKiidPath().

◆ BOOST_AUTO_TEST_CASE() [8/9]

BOOST_AUTO_TEST_CASE ( MultipleFootprintRemovalsAllEmitChanges )

◆ BOOST_AUTO_TEST_CASE() [9/9]

BOOST_AUTO_TEST_CASE ( OutputOrderingIsDeterministicAcrossRuns )

◆ getFixturePath()