|
KiCad PCB EDA Suite
|
The registry of known Allegro board and block tests, populated at static init time by reading the JSON registry file. More...
Public Member Functions | |
| const nlohmann::json & | GetBoardJson (const std::string &aBoardName) const |
Public Attributes | |
| nlohmann::json | m_Json |
| std::vector< ALLEGRO_BOARD_TEST_REF > | m_BoardTests |
The registry of known Allegro board and block tests, populated at static init time by reading the JSON registry file.
(We need to do this at static init time to be able to register named Boost test cases).
Definition at line 460 of file test_allegro_boards.cpp.
|
inline |
Definition at line 465 of file test_allegro_boards.cpp.
References m_Json.
Referenced by buildAllegroBoardSuites().
| std::vector<ALLEGRO_BOARD_TEST_REF> ALLEGRO_BLOCK_TEST_REGISTRY::m_BoardTests |
Definition at line 463 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites(), and buildTestRegistry().
| nlohmann::json ALLEGRO_BLOCK_TEST_REGISTRY::m_Json |
Definition at line 462 of file test_allegro_boards.cpp.
Referenced by buildTestRegistry(), and GetBoardJson().