|
KiCad PCB EDA Suite
|
Public Member Functions | |
| void | SetComment (std::string aComment) |
| Set a comment to be included in the test output for this expectation, which can be used to provide more details about the expectation. | |
| const std::string & | GetComment () const |
Public Attributes | |
| std::optional< SCALAR_CONSTRAINT > | m_CuCount |
| std::vector< std::string > | m_CuNames |
Private Member Functions | |
| void | RunTest (const BOARD &aBrd) const override |
| std::string | GetName () const override |
Private Attributes | |
| std::string | m_Comment |
Definition at line 647 of file board_expectations.cpp.
|
inlineinherited |
Definition at line 57 of file board_expectations.h.
References m_Comment.
|
inlineoverrideprivatevirtual |
Implements KI_TEST::BOARD_EXPECTATION.
Definition at line 688 of file board_expectations.cpp.
References m_CuCount.
|
inlineoverrideprivatevirtual |
Implements KI_TEST::BOARD_EXPECTATION.
Definition at line 654 of file board_expectations.cpp.
References LSET::AllCuMask(), BOOST_REQUIRE(), BOOST_TEST(), BOOST_TEST_CONTEXT(), CheckConstraint(), BOARD::GetCopperLayerCount(), BOARD::GetLayerName(), BOARD::GetLayerSet(), m_CuCount, and m_CuNames.
|
inlineinherited |
Set a comment to be included in the test output for this expectation, which can be used to provide more details about the expectation.
Definition at line 56 of file board_expectations.h.
References m_Comment.
|
privateinherited |
Definition at line 60 of file board_expectations.h.
Referenced by GetComment(), and SetComment().
| std::optional<SCALAR_CONSTRAINT> LAYER_EXPECTATION::m_CuCount |
Definition at line 650 of file board_expectations.cpp.
| std::vector<std::string> LAYER_EXPECTATION::m_CuNames |
Definition at line 651 of file board_expectations.cpp.
Referenced by RunTest().