KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | LSETS_TO_TEST |
Macros | |
#define | TEST_LAYER_NAME(layer_id, expected_name) BOOST_CHECK_EQUAL(LSET::Name(layer_id), wxString(expected_name)) |
Functions | |
BOOST_AUTO_TEST_CASE (FmtHex) | |
BOOST_AUTO_TEST_CASE (FmtBin) | |
BOOST_AUTO_TEST_CASE (LSETNamePredefinedLayers) | |
BOOST_AUTO_TEST_CASE (LSETNameToLayerInternalCuLayers) | |
BOOST_AUTO_TEST_CASE (LSETNameToLayerUserDefinedLayers) | |
BOOST_AUTO_TEST_CASE (LSETNameToLayerPredefinedLayers) | |
BOOST_AUTO_TEST_CASE (LSETNameUserDefinedLayers) | |
BOOST_AUTO_TEST_CASE (LSETNameInternalCuLayers) | |
Variables | |
static const std::vector< LSETS_TO_TEST > | type_to_ext_cases |
#define TEST_LAYER_NAME | ( | layer_id, | |
expected_name | |||
) | BOOST_CHECK_EQUAL(LSET::Name(layer_id), wxString(expected_name)) |
Definition at line 66 of file pcbnew/test_lset.cpp.
BOOST_AUTO_TEST_CASE | ( | FmtBin | ) |
Definition at line 58 of file pcbnew/test_lset.cpp.
References type_to_ext_cases.
BOOST_AUTO_TEST_CASE | ( | FmtHex | ) |
Definition at line 49 of file pcbnew/test_lset.cpp.
References type_to_ext_cases.
BOOST_AUTO_TEST_CASE | ( | LSETNameInternalCuLayers | ) |
Definition at line 162 of file pcbnew/test_lset.cpp.
References B_Cu, In1_Cu, In30_Cu, and TEST_LAYER_NAME.
BOOST_AUTO_TEST_CASE | ( | LSETNamePredefinedLayers | ) |
BOOST_AUTO_TEST_CASE | ( | LSETNameToLayerInternalCuLayers | ) |
Definition at line 95 of file pcbnew/test_lset.cpp.
References In1_Cu, and LSET::NameToLayer().
BOOST_AUTO_TEST_CASE | ( | LSETNameToLayerPredefinedLayers | ) |
BOOST_AUTO_TEST_CASE | ( | LSETNameToLayerUserDefinedLayers | ) |
Definition at line 106 of file pcbnew/test_lset.cpp.
References LSET::NameToLayer(), and User_1.
BOOST_AUTO_TEST_CASE | ( | LSETNameUserDefinedLayers | ) |
Definition at line 152 of file pcbnew/test_lset.cpp.
References LSET::Name(), Rescue, User_1, and User_9.
|
static |
Definition at line 41 of file pcbnew/test_lset.cpp.
Referenced by BOOST_AUTO_TEST_CASE().