![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "data_stream_assert.h"#include "data_stream_check_value.h"#include "data_size.h"#include "data_message.h"
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 | testMultiSimpleTableMessage (const std::string &typeNameStr, size_t nbElementMin, size_t nbElementMax) |
| Test the serialisation/deserialisation of table of data in message. More... | |
| void | testSimpleTableDataMessage () |
| Test if data size is Ok. More... | |
| template<typename T > | |
| bool | testSimpleTableMessage (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 68 of file main.cpp.
References testSimpleTableDataMessage().
Here is the call graph for this function:| bool testMultiSimpleTableMessage | ( | 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 testSimpleTableDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 54 of file main.cpp.
References data_stream_assert.
Referenced by main().
Here is the caller graph for this function:| bool testSimpleTableMessage | ( | 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 19 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), data_size(), and createReleaseCurl::str.
Here is the call graph for this function: