21#include <boost/test/unit_test.hpp>
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
int TestLayers(PCB_LAYER_ID aRhs, PCB_LAYER_ID aLhs) const
LSET is a set of PCB_LAYER_IDs.
LSET & Flip(int aCopperLayersCount=0)
Flip the layers in this set.
static LSET AllLayersMask()
LSEQ SeqStackupTop2Bottom(PCB_LAYER_ID aSelectedLayer=UNDEFINED_LAYER) const
Generate a sequence of layers that represent a top to bottom stack of this set of layers.
bool IsCopperLayer(int aLayerId)
Test whether a layer is a copper layer.
BOOST_AUTO_TEST_SUITE(CadstarPartParser)
BOOST_CHECK_EQUAL(ret, c.m_exp_result)
BOOST_TEST(contains==c.ExpectedContains)
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(LseqTestLayers)