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

Public Attributes

std::optional< INT_MATCHERm_CuCount
 
std::vector< std::string > m_CuNames
 

Private Member Functions

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

Detailed Description

Definition at line 296 of file board_expectations.cpp.

Member Function Documentation

◆ GetName()

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

Implements KI_TEST::BOARD_EXPECTATION.

Definition at line 337 of file board_expectations.cpp.

References m_CuCount.

◆ RunTest()

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

Member Data Documentation

◆ m_CuCount

std::optional<INT_MATCHER> LAYER_EXPECTATION::m_CuCount

Definition at line 299 of file board_expectations.cpp.

Referenced by GetName(), and RunTest().

◆ m_CuNames

std::vector<std::string> LAYER_EXPECTATION::m_CuNames

Definition at line 300 of file board_expectations.cpp.

Referenced by RunTest().


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