KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_pcb_dynamic_properties.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <diff_merge/property_diff.h>
#include <diff_merge/kicad_diff_types.h>
#include <board.h>
#include <footprint.h>
#include <pcb_field.h>
#include <algorithm>
#include <vector>

Go to the source code of this file.

Functions

static const PROPERTY_DELTAfindDelta (const std::vector< PROPERTY_DELTA > &aDeltas, const wxString &aName)
 
 BOOST_AUTO_TEST_CASE (FootprintDynamicPropertyOrder)
 
 BOOST_AUTO_TEST_CASE (DynamicSkipsStaticFields)
 
 BOOST_AUTO_TEST_CASE (FootprintFieldGetterAbsentVsEmpty)
 
 BOOST_AUTO_TEST_CASE (ApplyResolvesDynamicFieldProperty)
 
 BOOST_AUTO_TEST_CASE (ApplyFailsForNonexistentField)
 
 BOOST_AUTO_TEST_CASE (DynamicPropertyCacheStable)
 
 BOOST_AUTO_TEST_CASE (DynamicPropertyLookupCaseInsensitive)
 
 BOOST_AUTO_TEST_CASE (CustomPropertiesExposedAsDynamic)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/8]

◆ BOOST_AUTO_TEST_CASE() [2/8]

◆ BOOST_AUTO_TEST_CASE() [3/8]

◆ BOOST_AUTO_TEST_CASE() [4/8]

BOOST_AUTO_TEST_CASE ( DynamicPropertyCacheStable )

◆ BOOST_AUTO_TEST_CASE() [5/8]

BOOST_AUTO_TEST_CASE ( DynamicPropertyLookupCaseInsensitive )

◆ BOOST_AUTO_TEST_CASE() [6/8]

BOOST_AUTO_TEST_CASE ( DynamicSkipsStaticFields )

◆ BOOST_AUTO_TEST_CASE() [7/8]

◆ BOOST_AUTO_TEST_CASE() [8/8]

◆ findDelta()

static const PROPERTY_DELTA * findDelta ( const std::vector< PROPERTY_DELTA > & aDeltas,
const wxString & aName )
static

Definition at line 36 of file test_pcb_dynamic_properties.cpp.

Referenced by BOOST_AUTO_TEST_CASE().