KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KI_TEST::BOARD_TEST_DEF Struct Reference

#include <allegro_block_tests.h>

Public Attributes

std::string m_BrdName
 The name of the board being tested, used for error messages and test context.
 
std::string m_FilePath
 The filename of the board being tested.
 
ALLEGRO::FMT_VER m_FormatVersion
 The version of the Allegro format that this board is in.
 
std::unique_ptr< HEADER_TEST_INFOm_HeaderTest
 
std::vector< BLK_TEST_INFOm_BlockTests
 
std::unique_ptr< BOARD_EXPECTATION_TESTm_BrdExpectations
 

Detailed Description

Definition at line 82 of file allegro_block_tests.h.

Member Data Documentation

◆ m_BlockTests

std::vector<BLK_TEST_INFO> KI_TEST::BOARD_TEST_DEF::m_BlockTests

Definition at line 93 of file allegro_block_tests.h.

◆ m_BrdExpectations

std::unique_ptr<BOARD_EXPECTATION_TEST> KI_TEST::BOARD_TEST_DEF::m_BrdExpectations

Definition at line 95 of file allegro_block_tests.h.

◆ m_BrdName

std::string KI_TEST::BOARD_TEST_DEF::m_BrdName

The name of the board being tested, used for error messages and test context.

Definition at line 85 of file allegro_block_tests.h.

◆ m_FilePath

std::string KI_TEST::BOARD_TEST_DEF::m_FilePath

The filename of the board being tested.

Definition at line 87 of file allegro_block_tests.h.

◆ m_FormatVersion

ALLEGRO::FMT_VER KI_TEST::BOARD_TEST_DEF::m_FormatVersion

The version of the Allegro format that this board is in.

Definition at line 89 of file allegro_block_tests.h.

◆ m_HeaderTest

std::unique_ptr<HEADER_TEST_INFO> KI_TEST::BOARD_TEST_DEF::m_HeaderTest

Definition at line 91 of file allegro_block_tests.h.


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