![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "phoenix_assert.h"
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | testCallAssert (bool callAssert) |
| Check the phoenix_assert macro. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 17 of file main.cpp.
References testCallAssert().
Here is the call graph for this function:| void testCallAssert | ( | bool | callAssert | ) |
Check the phoenix_assert macro.
| callAssert | : true is the assert is OK, false if not |
Definition at line 13 of file main.cpp.
References phoenix_assert.
Referenced by main().
Here is the caller graph for this function: