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

Test suite for ARRAY_AXIS. More...

Go to the source code of this file.

Classes

struct  VALID_OFFSET_CASE
 Declare the test suite. More...
 
struct  ARRAY_AXIS_NAMING_PARAMS
 Data for testing a single array axis. More...
 
struct  ARRAY_AXIS_NAMING_CASE
 

Functions

 BOOST_AUTO_TEST_CASE (ValidOffsets)
 Check we can get valid (or invalid) offsets as expected.
 
 BOOST_AUTO_TEST_CASE (Numbering)
 Test of the naming cases.
 

Variables

static const std::vector< ARRAY_AXIS_NAMING_CASEaxis_name_cases
 

Detailed Description

Test suite for ARRAY_AXIS.

Definition in file test_array_axis.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( Numbering  )

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( ValidOffsets  )

Variable Documentation

◆ axis_name_cases

const std::vector<ARRAY_AXIS_NAMING_CASE> axis_name_cases
static

Definition at line 147 of file test_array_axis.cpp.

Referenced by BOOST_AUTO_TEST_CASE().