![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <string>
Include dependency graph for phoenix_isOk.h:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: