KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KI_TEST::HEADER_TEST_INFO Struct Reference

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)
 

Detailed Description

A header block, along with the expected result of parsing it.

Definition at line 41 of file allegro_block_tests.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const HEADER_TEST_INFO & aTestInfo )
friend

Definition at line 48 of file allegro_block_tests.h.

References m_HeaderDataSource.

Member Data Documentation

◆ 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<<.

◆ m_Skip

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.


The documentation for this struct was generated from the following file: