![]() |
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 | |
| int | main (int argc, char **argv) |
| template<typename T > | |
| bool | testMultiSimpleTableFile (const std::string &typeNameStr, size_t nbElementMin, size_t nbElementMax) |
| Test the serialisation/deserialisation of table of data in message. More... | |
| void | testSimpleTableDataFile () |
| Test if data size is Ok. More... | |
| template<typename T > | |
| bool | testSimpleTableFile (const std::string &typeNameStr, size_t nbElement) |
| Test the serialisation/deserialisation of table of data in message. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 67 of file main.cpp.
References testSimpleTableDataFile().
Here is the call graph for this function:| bool testMultiSimpleTableFile | ( | const std::string & | typeNameStr, |
| size_t | nbElementMin, | ||
| size_t | nbElementMax | ||
| ) |
Test the serialisation/deserialisation of table of data in message.
| typeNameStr | : name of the used type |
| nbElementMin | : minimum number of elements in the table of data |
| nbElementMax | : maximu number of elements in the table of data |
| void testSimpleTableDataFile | ( | ) |
Test if data size is Ok.
Definition at line 53 of file main.cpp.
References data_stream_assert.
Referenced by main().
Here is the caller graph for this function:| bool testSimpleTableFile | ( | const std::string & | typeNameStr, |
| size_t | nbElement | ||
| ) |
Test the serialisation/deserialisation of table of data in message.
| typeNameStr | : name of the used type |
| nbElement | : number of elements in the table of data |
Definition at line 18 of file main.cpp.
References checkValue(), data_load(), data_save(), and createReleaseCurl::str.
Here is the call graph for this function: