![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "phoenix_assert.h"
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().
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().