|
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_DESCRIPTOR > | 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 97 of file test_allegro_boards.cpp.
|
inline |
Definition at line 102 of file test_allegro_boards.cpp.
References m_Json.
Referenced by buildAllegroBoardSuites().
| std::vector<ALLEGRO_BOARD_TEST_DESCRIPTOR> ALLEGRO_BLOCK_TEST_REGISTRY::m_BoardTests |
Definition at line 100 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites(), and buildTestRegistry().
| nlohmann::json ALLEGRO_BLOCK_TEST_REGISTRY::m_Json |
Definition at line 99 of file test_allegro_boards.cpp.
Referenced by buildTestRegistry(), and GetBoardJson().