![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Include dependency graph for main.cpp: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().
Here is the call graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 102 of file main.cpp.
References testCheckFileContent(), testCheckList(), testCheckVector(), and testIsOk().
Here is the call graph for this function:| void testCheckFileContent | ( | ) |
Check the file content.
Definition at line 98 of file main.cpp.
References phoenix_assert, and phoenix_check_fileContent().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testCheckList | ( | ) |
Check the list.
Definition at line 73 of file main.cpp.
References phoenix_assert, and phoenix_check().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testCheckVector | ( | ) |
Check the vector.
Definition at line 48 of file main.cpp.
References phoenix_assert, and phoenix_check().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function: