PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
phoenix_isOk.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 
8 
9 #ifndef __PHOENIX_ISOK_H__
10 #define __PHOENIX_ISOK_H__
11 
12 #include <string>
13 
14 std::string phoenix_isOk(bool b);
15 void phoenix_functionOk(const std::string & functionName, bool b);
16 
17 
18 #endif
phoenix_functionOk
void phoenix_functionOk(const std::string &functionName, bool b)
Print the check function return.
Definition: phoenix_isOk.cpp:23
phoenix_isOk
std::string phoenix_isOk(bool b)
Print OK or FAIL depending on the given boolean.
Definition: phoenix_isOk.cpp:14