KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_board_item_index.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <memory>
#include <board.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_shape.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (SwapItemDataReindexesFootprintChildren)
 
 BOOST_AUTO_TEST_CASE (AttachedItemUuidRewriteDropsOldAlias)
 
 BOOST_AUTO_TEST_CASE (ResolvingNewUuidPurgesStaleOldAlias)
 
 BOOST_AUTO_TEST_CASE (RebindItemUuidUpdatesCacheAtomically)
 
 BOOST_AUTO_TEST_CASE (AttachedChildSetUuidRebindsCache)
 
 BOOST_AUTO_TEST_CASE (CacheItemByIdCanonicalizesRewrittenUuid)
 
 BOOST_AUTO_TEST_CASE (RepairDuplicateItemUuidsKeepsEarlierTraversalWinner)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

BOOST_AUTO_TEST_CASE ( AttachedChildSetUuidRebindsCache )

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( AttachedItemUuidRewriteDropsOldAlias )

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( CacheItemByIdCanonicalizesRewrittenUuid )

◆ BOOST_AUTO_TEST_CASE() [4/7]

BOOST_AUTO_TEST_CASE ( RebindItemUuidUpdatesCacheAtomically )

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( RepairDuplicateItemUuidsKeepsEarlierTraversalWinner )

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( ResolvingNewUuidPurgesStaleOldAlias )

◆ BOOST_AUTO_TEST_CASE() [7/7]