![]() |
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) |
| void | testListDataMessage () |
| Test if data size is Ok. More... | |
| void | testListPairDataMessage () |
| Test if data size is Ok. More... | |
| void | testMapDataMessage () |
| Test if data size is Ok. More... | |
| void | testSimpleDataMessage () |
| Test if data size is Ok. More... | |
| void | testStringDataMessage () |
| Test if data size is Ok. More... | |
| void | testVectorDataMessage () |
| Test if data size is Ok. More... | |
| void | testVectorPairDataMessage () |
| Test if data size is Ok. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 563 of file main.cpp.
References testListDataMessage(), testListPairDataMessage(), testMapDataMessage(), testSimpleDataMessage(), testStringDataMessage(), testVectorDataMessage(), and testVectorPairDataMessage().
Here is the call graph for this function:| void testListDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 222 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testListPairDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 504 of file main.cpp.
References checkValue(), data_size(), and data_stream_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testMapDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 316 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testSimpleDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 14 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testStringDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 550 of file main.cpp.
References data_message_load(), data_message_save(), data_size(), data_stream_assert, and createReleaseCurl::str.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testVectorDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 128 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testVectorPairDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 410 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: