KiCad PCB EDA Suite
|
Test suite for SEXPR::PARSER. More...
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <sexpr/sexpr.h>
#include "sexpr_test_utils.h"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (BasicConstruction) | |
Declare the test suite. | |
BOOST_AUTO_TEST_CASE (AsStringInt) | |
BOOST_AUTO_TEST_CASE (AsStringDouble) | |
BOOST_AUTO_TEST_CASE (AsStringSymbol) | |
BOOST_AUTO_TEST_CASE (AsStringString) | |
BOOST_AUTO_TEST_CASE (AsStringList) | |
Test suite for SEXPR::PARSER.
Definition in file test_sexpr.cpp.
BOOST_AUTO_TEST_CASE | ( | AsStringDouble | ) |
Definition at line 67 of file test_sexpr.cpp.
References KI_TEST::SexprConvertsToString().
BOOST_AUTO_TEST_CASE | ( | AsStringInt | ) |
Definition at line 60 of file test_sexpr.cpp.
References KI_TEST::SexprConvertsToString().
BOOST_AUTO_TEST_CASE | ( | AsStringList | ) |
Definition at line 87 of file test_sexpr.cpp.
References SEXPR::SEXPR::AddChild(), KI_TEST::SexprConvertsToString(), and KI_TEST::SexprIsListOfLength().
BOOST_AUTO_TEST_CASE | ( | AsStringString | ) |
Definition at line 79 of file test_sexpr.cpp.
References KI_TEST::SexprConvertsToString().
BOOST_AUTO_TEST_CASE | ( | AsStringSymbol | ) |
Definition at line 73 of file test_sexpr.cpp.
References KI_TEST::SexprConvertsToString().
BOOST_AUTO_TEST_CASE | ( | BasicConstruction | ) |
Declare the test suite.
Definition at line 42 of file test_sexpr.cpp.
References KI_TEST::SexprIsDoubleWithValue(), KI_TEST::SexprIsIntegerWithValue(), and KI_TEST::SexprIsStringWithValue().