| 
    KiCad PCB EDA Suite
    
   | 
 
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.   | |
Test suite for MARKUP_PARSER.
Definition in file test_markup_parser.cpp.
| BOOST_AUTO_TEST_CASE | ( | Parse | ) | 
Test the #Parse method.
Definition at line 65 of file test_markup_parser.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), nodeToString(), MARKUP::MARKUP_PARSER::Parse(), and result.
| 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().