![]() |
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 | |
| bool | checkEqualityConst (const Shadok &s1, const Shadok &s2) |
| Check the shadok equality as constant. More... | |
| int | main (int argc, char **argv) |
| void | testShadok () |
| Some basic Shadok test. More... | |
| void | testShadokFile () |
| Test the Shadok message. More... | |
| void | testShadokMessage () |
| Test the Shadok message. More... | |
| void | testShadokSize () |
| Test the Shadok size. More... | |
Check the shadok equality as constant.
Definition at line 61 of file main.cpp.
References Shadok::getAge(), and Shadok::getName().
Referenced by testShadok().
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 75 of file main.cpp.
References testShadok(), testShadokFile(), testShadokMessage(), and testShadokSize().
Here is the call graph for this function:| void testShadok | ( | ) |
Some basic Shadok test.
Definition at line 66 of file main.cpp.
References checkEqualityConst(), data_stream_assert, and Shadok::getAge().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testShadokFile | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 40 of file main.cpp.
References data_load(), data_save(), data_stream_assert, Shadok::getAge(), Shadok::getName(), Shadok::setAge(), and Shadok::setName().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testShadokMessage | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 21 of file main.cpp.
References data_message_load(), data_message_save(), data_size(), data_stream_assert, Shadok::getAge(), Shadok::getName(), Shadok::setAge(), and Shadok::setName().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testShadokSize | ( | ) |
Test the Shadok size.
Definition at line 11 of file main.cpp.
References data_size(), data_stream_assert, Shadok::setAge(), and Shadok::setName().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: