KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_sch_table.cpp File Reference

Go to the source code of this file.

Functions

static SCH_TABLEcreateTable (int aColCount, int aCellCount, int aX, int aY)
 
 BOOST_AUTO_TEST_CASE (TableCompareByPosition)
 
 BOOST_AUTO_TEST_CASE (TableCompareOrdering)
 
 BOOST_AUTO_TEST_CASE (TableCompareByCellCount)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( TableCompareByCellCount )

Definition at line 117 of file test_sch_table.cpp.

References createTable().

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( TableCompareByPosition )

Definition at line 51 of file test_sch_table.cpp.

References createTable().

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( TableCompareOrdering )

Definition at line 79 of file test_sch_table.cpp.

References createTable().

◆ createTable()

static SCH_TABLE * createTable ( int aColCount,
int aCellCount,
int aX,
int aY )
static