KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_constraint_exclusions.cpp File Reference
#include <algorithm>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <board.h>
#include <collectors.h>
#include <constraints/pcb_constraint.h>

Go to the source code of this file.

Functions

static bool listContains (const std::vector< KICAD_T > &aList, KICAD_T aType)
 
 BOOST_AUTO_TEST_CASE (NotGroupable)
 
 BOOST_AUTO_TEST_CASE (NotInCollectorScanLists)
 
 BOOST_AUTO_TEST_CASE (VisitWithCollectorListsSkipsConstraint)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( NotGroupable )

Definition at line 38 of file test_constraint_exclusions.cpp.

References BOARD_ITEM::IsGroupableType(), and PARALLEL.

◆ BOOST_AUTO_TEST_CASE() [2/3]

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( VisitWithCollectorListsSkipsConstraint )

◆ listContains()

static bool listContains ( const std::vector< KICAD_T > & aList,
KICAD_T aType )
static

Definition at line 32 of file test_constraint_exclusions.cpp.

References listContains().

Referenced by BOOST_AUTO_TEST_CASE(), and listContains().