![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
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().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 105 of file main.cpp.
References testPString().
void testPString | ( | ) |
Test the is lower/upper case.
Definition at line 25 of file main.cpp.
References checkString(), and phoenix_assert.
Referenced by main().