KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_markup_parser.cpp File Reference

Test suite for MARKUP_PARSER. More...

Go to the source code of this file.

Classes

struct  PARSE_CASE
 

Functions

void nodeToString (std::unique_ptr< MARKUP::NODE > &aNode, std::string &aStringToPopulate)
 Declare the test suite.
 
 BOOST_AUTO_TEST_CASE (Parse)
 Test the #Parse method.
 

Detailed Description

Test suite for MARKUP_PARSER.

Definition in file test_markup_parser.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( Parse  )

Test the #Parse method.

Definition at line 65 of file test_markup_parser.cpp.

References nodeToString(), and MARKUP::MARKUP_PARSER::Parse().

◆ nodeToString()

void nodeToString ( std::unique_ptr< MARKUP::NODE > &  aNode,
std::string &  aStringToPopulate 
)

Declare the test suite.

Definition at line 36 of file test_markup_parser.cpp.

References nodeToString().

Referenced by BOOST_AUTO_TEST_CASE(), and nodeToString().