![]() |
EMath++
Classes for mathematical concepts
|
Class that provides a test fixture for the test cases. More...
Public Member Functions | |
EParserTest () | |
Standalone constructor for the EParserTest class. | |
void | set_input (const std::string &input) |
Function for setting the input to the lexer and parser objects. | |
Protected Attributes | |
emthp::Lexer | lexer |
The lexer object on which to perform the tests on. | |
emthp::Parser | parser |
The parser object on which to perform the tests on. | |
Class that provides a test fixture for the test cases.
Definition at line 14 of file eparser.cpp.
|
inline |
Standalone constructor for the EParserTest class.
Initializes the lexer and parser object with empty inputs.
Definition at line 20 of file eparser.cpp.
|
inline |
Function for setting the input to the lexer and parser objects.
input | The std::string to set as input |
Definition at line 25 of file eparser.cpp.
|
protected |
The lexer object on which to perform the tests on.
Definition at line 33 of file eparser.cpp.
|
protected |
The parser object on which to perform the tests on.
Definition at line 37 of file eparser.cpp.