![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
Go to the source code of this file.
Functions | |
void | checkParseGenericString () |
Check the PLocation. More... | |
bool | checkParser (const PString &name, const PString &fileContent, bool isParsingOk, const PString &expectedParsedString) |
Check the generic string parser. More... | |
int | main (int argc, char **argv) |
void checkParseGenericString | ( | ) |
Check the PLocation.
Definition at line 32 of file main.cpp.
References checkParser(), and phoenix_assert.
Referenced by main().
bool checkParser | ( | const PString & | name, |
const PString & | fileContent, | ||
bool | isParsingOk, | ||
const PString & | expectedParsedString | ||
) |
Check the generic string parser.
name | : name of the test |
fileContent | : file to be parsed |
isParsingOk | : true if the parsing is expected to be OK |
expectedParsedString | : expected string after parsing |
Definition at line 19 of file main.cpp.
References parse_generic_string(), phoenix_assert, phoenix_check(), and PFileParser::setFileContent().
Referenced by checkParseGenericString().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 41 of file main.cpp.
References checkParseGenericString().