|
KiCad PCB EDA Suite
|
#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_INFO > | m_HeaderTest |
| std::vector< BLK_TEST_INFO > | m_BlockTests |
| std::unique_ptr< BOARD_EXPECTATION_TEST > | m_BrdExpectations |
Definition at line 82 of file allegro_block_tests.h.
| std::vector<BLK_TEST_INFO> KI_TEST::BOARD_TEST_DEF::m_BlockTests |
Definition at line 93 of file allegro_block_tests.h.
| std::unique_ptr<BOARD_EXPECTATION_TEST> KI_TEST::BOARD_TEST_DEF::m_BrdExpectations |
Definition at line 95 of file allegro_block_tests.h.
| 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.
| 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.
| 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.
| std::unique_ptr<HEADER_TEST_INFO> KI_TEST::BOARD_TEST_DEF::m_HeaderTest |
Definition at line 91 of file allegro_block_tests.h.