KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_NO_MAIN |
#define | PCB_LAYER_COUNT PCB_LAYER_ID_COUNT |
Functions | |
BOOST_AUTO_TEST_CASE (LSETConstructorEmpty) | |
BOOST_AUTO_TEST_CASE (LSETConstructorFromBaseSet) | |
BOOST_AUTO_TEST_CASE (LSETConstructorFromLayer) | |
BOOST_AUTO_TEST_CASE (LSETConstructorFromList) | |
BOOST_AUTO_TEST_CASE (LSETConstructorFromSequence) | |
BOOST_AUTO_TEST_CASE (LSETContains) | |
BOOST_AUTO_TEST_CASE (LSETSequenceGeneration) | |
BOOST_AUTO_TEST_CASE (LSETFormatting) | |
BOOST_AUTO_TEST_CASE (LSETManipulations) | |
BOOST_AUTO_TEST_CASE (LSETStaticMasks) | |
bool | compareLSEQ (const LSEQ &seq1, const LSEQ &seq2) |
BOOST_AUTO_TEST_CASE (LSETSeqBaseCase) | |
BOOST_AUTO_TEST_CASE (LSETSeqEmptyCase) | |
BOOST_AUTO_TEST_CASE (LSETSeqStackupTop2BottomBaseCase) | |
BOOST_AUTO_TEST_CASE (LSETSeqStackupTop2BottomWithSelection) | |
BOOST_AUTO_TEST_CASE (LSETSeqStackupForPlottingBaseCase) | |
#define BOOST_TEST_NO_MAIN |
Definition at line 21 of file common/test_lset.cpp.
#define PCB_LAYER_COUNT PCB_LAYER_ID_COUNT |
Definition at line 27 of file common/test_lset.cpp.
BOOST_AUTO_TEST_CASE | ( | LSETConstructorEmpty | ) |
Definition at line 32 of file common/test_lset.cpp.
BOOST_AUTO_TEST_CASE | ( | LSETConstructorFromBaseSet | ) |
Definition at line 39 of file common/test_lset.cpp.
References F_Cu, In1_Cu, PCB_LAYER_ID_COUNT, and BASE_SET::set().
BOOST_AUTO_TEST_CASE | ( | LSETConstructorFromLayer | ) |
Definition at line 52 of file common/test_lset.cpp.
References F_Cu.
BOOST_AUTO_TEST_CASE | ( | LSETConstructorFromList | ) |
Definition at line 60 of file common/test_lset.cpp.
BOOST_AUTO_TEST_CASE | ( | LSETConstructorFromSequence | ) |
Definition at line 70 of file common/test_lset.cpp.
BOOST_AUTO_TEST_CASE | ( | LSETContains | ) |
BOOST_AUTO_TEST_CASE | ( | LSETFormatting | ) |
Definition at line 102 of file common/test_lset.cpp.
References F_Cu, LSET::FmtHex(), In1_Cu, and In2_Cu.
BOOST_AUTO_TEST_CASE | ( | LSETManipulations | ) |
Definition at line 115 of file common/test_lset.cpp.
References B_Cu, LSET::ExtractLayer(), F_Cu, In1_Cu, In2_Cu, and UNDEFINED_LAYER.
BOOST_AUTO_TEST_CASE | ( | LSETSeqBaseCase | ) |
Definition at line 162 of file common/test_lset.cpp.
References B_Cu, compareLSEQ(), expected, F_Cu, In1_Cu, and In2_Cu.
BOOST_AUTO_TEST_CASE | ( | LSETSeqEmptyCase | ) |
Definition at line 172 of file common/test_lset.cpp.
References compareLSEQ(), expected, and LSET::Seq().
BOOST_AUTO_TEST_CASE | ( | LSETSeqStackupForPlottingBaseCase | ) |
BOOST_AUTO_TEST_CASE | ( | LSETSeqStackupTop2BottomBaseCase | ) |
Definition at line 182 of file common/test_lset.cpp.
References B_Cu, B_SilkS, compareLSEQ(), Dwgs_User, Edge_Cuts, expected, F_Cu, F_SilkS, In1_Cu, In2_Cu, Margin, and UNDEFINED_LAYER.
BOOST_AUTO_TEST_CASE | ( | LSETSeqStackupTop2BottomWithSelection | ) |
BOOST_AUTO_TEST_CASE | ( | LSETSequenceGeneration | ) |
Definition at line 90 of file common/test_lset.cpp.
BOOST_AUTO_TEST_CASE | ( | LSETStaticMasks | ) |
Definition at line 138 of file common/test_lset.cpp.
References B_Cu, LSET::Contains(), F_Cu, In1_Cu, In30_Cu, and LSET::InternalCuMask().
Definition at line 148 of file common/test_lset.cpp.
Referenced by BOOST_AUTO_TEST_CASE().