KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FOOTPRINT_EXPECTATION Class Reference
Inheritance diagram for FOOTPRINT_EXPECTATION:
KI_TEST::BOARD_EXPECTATION

Public Attributes

std::optional< INT_MATCHERm_Count
 

Private Member Functions

void RunTest (const BOARD &aBrd) const override
 
std::string GetName () const override
 

Detailed Description

Definition at line 144 of file board_expectations.cpp.

Member Function Documentation

◆ GetName()

std::string FOOTPRINT_EXPECTATION::GetName ( ) const
inlineoverrideprivatevirtual

Implements KI_TEST::BOARD_EXPECTATION.

Definition at line 165 of file board_expectations.cpp.

References m_Count.

◆ RunTest()

void FOOTPRINT_EXPECTATION::RunTest ( const BOARD & aBrd) const
inlineoverrideprivatevirtual

Implements KI_TEST::BOARD_EXPECTATION.

Definition at line 150 of file board_expectations.cpp.

References BOOST_TEST_CONTEXT(), BOARD::Footprints(), and m_Count.

Member Data Documentation

◆ m_Count

std::optional<INT_MATCHER> FOOTPRINT_EXPECTATION::m_Count

Definition at line 147 of file board_expectations.cpp.

Referenced by GetName(), and RunTest().


The documentation for this class was generated from the following file: