![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | checkPhoenixCheck (T val, T valSame, T valDifferent) |
Check the phoenix_check. More... | |
int | main (int argc, char **argv) |
void | testCheckFileContent () |
Check the file content. More... | |
void | testCheckList () |
Check the list. More... | |
void | testCheckVector () |
Check the vector. More... | |
void | testIsOk () |
Test the string filename function. More... | |
bool checkPhoenixCheck | ( | T | val, |
T | valSame, | ||
T | valDifferent | ||
) |
Check the phoenix_check.
val | : value |
valSame | : same value |
valDifferent | : different value |
Definition at line 19 of file main.cpp.
References phoenix_check().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 102 of file main.cpp.
References testCheckFileContent(), testCheckList(), testCheckVector(), and testIsOk().
void testCheckFileContent | ( | ) |
Check the file content.
Definition at line 98 of file main.cpp.
References phoenix_assert, and phoenix_check_fileContent().
Referenced by main().
void testCheckList | ( | ) |
Check the list.
Definition at line 73 of file main.cpp.
References phoenix_assert, and phoenix_check().
Referenced by main().
void testCheckVector | ( | ) |
Check the vector.
Definition at line 48 of file main.cpp.
References phoenix_assert, and phoenix_check().
Referenced by main().
void testIsOk | ( | ) |
Test the string filename function.
Definition at line 27 of file main.cpp.
References phoenix_assert, phoenix_check(), and phoenix_isOk().
Referenced by main().