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

Test suite for SEXPR::PARSER. More...

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)
 

Detailed Description

Test suite for SEXPR::PARSER.

Definition in file test_sexpr.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( AsStringDouble  )

Definition at line 67 of file test_sexpr.cpp.

References KI_TEST::SexprConvertsToString().

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( AsStringInt  )

Definition at line 60 of file test_sexpr.cpp.

References KI_TEST::SexprConvertsToString().

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( AsStringList  )

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( AsStringString  )

Definition at line 79 of file test_sexpr.cpp.

References KI_TEST::SexprConvertsToString().

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( AsStringSymbol  )

Definition at line 73 of file test_sexpr.cpp.

References KI_TEST::SexprConvertsToString().

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( BasicConstruction  )