|
KiCad PCB EDA Suite
|
A header block, along with the expected result of parsing it. More...
#include <allegro_block_tests.h>
Public Attributes | |
| std::string | m_HeaderDataSource |
| Source of the header data to be loaded and tested. | |
| bool | m_Skip |
| Whether to skip this test while parsers don't support a certain format. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const HEADER_TEST_INFO &aTestInfo) |
A header block, along with the expected result of parsing it.
Definition at line 41 of file allegro_block_tests.h.
|
friend |
Definition at line 48 of file allegro_block_tests.h.
References m_HeaderDataSource.
| std::string KI_TEST::HEADER_TEST_INFO::m_HeaderDataSource |
Source of the header data to be loaded and tested.
Definition at line 44 of file allegro_block_tests.h.
Referenced by operator<<.
| bool KI_TEST::HEADER_TEST_INFO::m_Skip |
Whether to skip this test while parsers don't support a certain format.
Definition at line 46 of file allegro_block_tests.h.