![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Go to the source code of this file.
Functions | |
void | phoenix_functionOk (const std::string &functionName, bool b) |
Print the check function return. More... | |
std::string | phoenix_isOk (bool b) |
Print OK or FAIL depending on the given boolean. More... | |
void phoenix_functionOk | ( | const std::string & | functionName, |
bool | b | ||
) |
Print the check function return.
functionName | : name of the function |
b | : boolean to be checked |
Definition at line 23 of file phoenix_isOk.cpp.
References phoenix_isOk().
Referenced by testCharsType(), and testOptionValue().
std::string phoenix_isOk | ( | bool | b | ) |
Print OK or FAIL depending on the given boolean.
b | : boolean to be checked |
Definition at line 14 of file phoenix_isOk.cpp.
Referenced by phoenix_check(), phoenix_functionOk(), and testIsOk().