|
KiCad PCB EDA Suite
|
Public Attributes | |
| std::optional< INT_MATCHER > | m_CuCount |
| std::vector< std::string > | m_CuNames |
Private Member Functions | |
| void | RunTest (const BOARD &aBrd) const override |
| std::string | GetName () const override |
Definition at line 296 of file board_expectations.cpp.
|
inlineoverrideprivatevirtual |
Implements KI_TEST::BOARD_EXPECTATION.
Definition at line 337 of file board_expectations.cpp.
References m_CuCount.
|
inlineoverrideprivatevirtual |
Implements KI_TEST::BOARD_EXPECTATION.
Definition at line 303 of file board_expectations.cpp.
References LSET::AllCuMask(), BOOST_REQUIRE(), BOOST_TEST(), BOOST_TEST_CONTEXT(), BOARD::GetCopperLayerCount(), BOARD::GetLayerName(), BOARD::GetLayerSet(), m_CuCount, and m_CuNames.
| std::optional<INT_MATCHER> LAYER_EXPECTATION::m_CuCount |
Definition at line 299 of file board_expectations.cpp.
| std::vector<std::string> LAYER_EXPECTATION::m_CuNames |
Definition at line 300 of file board_expectations.cpp.
Referenced by RunTest().