|
KiCad PCB EDA Suite
|
#include <cstdint>#include <functional>#include <iomanip>#include <vector>#include <convert/allegro_db.h>Go to the source code of this file.
Classes | |
| struct | KI_TEST::HEADER_TEST_INFO |
| A header block, along with the expected result of parsing it. More... | |
| struct | KI_TEST::BLK_TEST_INFO |
| A single block of test data, along with the expected result of parsing it. More... | |
| struct | KI_TEST::BOARD_TEST_DEF |
Namespaces | |
| namespace | KI_TEST |
Functions | |
| void | KI_TEST::RunAdditionalBlockTest (const std::string &aBoardName, size_t aBlockOffset, const ALLEGRO::BLOCK_BASE &aBlock) |
| Look up and run any additional ad-hoc tests for a block. | |
| void | KI_TEST::RunAdditionalObjectTest (const std::string &aBoardName, size_t aBlockOffset, const ALLEGRO::DB_OBJ &aDbObj) |
| Look up and run any additional ad-hoc tests for a DB_OBJ (parsed and converted block) | |