|
KiCad PCB EDA Suite
|
Just enough information about the board test to be able to name and register any tests for this board. More...
Public Attributes | |
| std::string | m_BrdName |
| const nlohmann::json & | m_BrdTestJson |
| bool | m_HasHeaderTest |
| std::vector< ALLEGRO_BLOCK_TEST > | m_BlockTests |
| bool | m_HasBoardFile |
| bool | m_HasExpectations |
Just enough information about the board test to be able to name and register any tests for this board.
Definition at line 418 of file test_allegro_boards.cpp.
| std::vector<ALLEGRO_BLOCK_TEST> ALLEGRO_BOARD_TEST_REF::m_BlockTests |
Definition at line 427 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| std::string ALLEGRO_BOARD_TEST_REF::m_BrdName |
Definition at line 421 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| const nlohmann::json& ALLEGRO_BOARD_TEST_REF::m_BrdTestJson |
Definition at line 424 of file test_allegro_boards.cpp.
| bool ALLEGRO_BOARD_TEST_REF::m_HasBoardFile |
Definition at line 428 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| bool ALLEGRO_BOARD_TEST_REF::m_HasExpectations |
Definition at line 429 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| bool ALLEGRO_BOARD_TEST_REF::m_HasHeaderTest |
Definition at line 426 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().