![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | testArgParser () |
| Test the ArgParser. More... | |
| bool | testArgParserArg (int argc, char **argv) |
| Test the ArgParser. More... | |
| bool | testConstGetCurrentOption (const ArgParser &arg) |
| Test the ArgParser. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 56 of file main.cpp.
References phoenix_assert, testArgParser(), and testArgParserArg().
Here is the call graph for this function:| void testArgParser | ( | ) |
Test the ArgParser.
Definition at line 13 of file main.cpp.
References ArgParser::getNbArgument(), phoenix_assert, ArgParser::print(), and ArgParser::rewind().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| bool testArgParserArg | ( | int | argc, |
| char ** | argv | ||
| ) |
Test the ArgParser.
Definition at line 35 of file main.cpp.
References ArgParser::getCurrentOption(), ArgParser::getNbArgument(), ArgParser::print(), ArgParser::rewind(), and testConstGetCurrentOption().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| bool testConstGetCurrentOption | ( | const ArgParser & | arg | ) |
Test the ArgParser.
| arg | : constant ArgParser to be tested |
Definition at line 28 of file main.cpp.
References ArgParser::getCurrentOption().
Referenced by testArgParserArg().
Here is the call graph for this function:
Here is the caller graph for this function: