![]() |
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 | |
| bool | checkString (const std::string &testName, const std::string &strValue, const std::string &strReference) |
| Check string lower expression. More... | |
| int | main (int argc, char **argv) |
| void | testPString () |
| Test the is lower/upper case. More... | |
| bool checkString | ( | const std::string & | testName, |
| const std::string & | strValue, | ||
| const std::string & | strReference | ||
| ) |
Check string lower expression.
| testName | : name of the test |
| strValue | : string to be tested |
| strReference | : reference string |
Definition at line 20 of file main.cpp.
References phoenix_check().
Here is the call graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 105 of file main.cpp.
References testPString().
Here is the call graph for this function:| void testPString | ( | ) |
Test the is lower/upper case.
Definition at line 25 of file main.cpp.
References checkString(), and phoenix_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: