![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "phoenix_assert.h"
Include dependency graph for phoenix_assert.cpp:Go to the source code of this file.
Functions | |
| void | phoenix_assertFull (bool isOk, const std::string &assertion, const std::string &fileName, size_t line, const std::string &functionName) |
| Check if the assertion isOk is true, raise an assertion if isOk is false. More... | |
| void phoenix_assertFull | ( | bool | isOk, |
| const std::string & | assertion, | ||
| const std::string & | fileName, | ||
| size_t | line, | ||
| const std::string & | functionName | ||
| ) |
Check if the assertion isOk is true, raise an assertion if isOk is false.
| isOk | : assertion which has to be true |
| assertion | : text assertion (convertion of isOk expression into text) |
| fileName | : name of the file where the test is called |
| line | : line of the file where the test is called |
| functionName | : name of the function where the problem happends |
Definition at line 16 of file phoenix_assert.cpp.