![]() |
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 | checkValue (const std::string &testName, size_t givenSize, size_t referenceSize) |
| Check given value compare to the reference size. More... | |
| int | main (int argc, char **argv) |
| void | testListDataSize () |
| Test if data size is Ok. More... | |
| void | testListPairDataSize () |
| Test if data size is Ok. More... | |
| void | testMapDataSize () |
| Test if data size is Ok. More... | |
| void | testSimpleDataSize () |
| Test if data size is Ok. More... | |
| void | testStringDataSize () |
| Test if data size is Ok. More... | |
| void | testVectorDataSize () |
| Test if data size is Ok. More... | |
| void | testVectorPairDataSize () |
| Test if data size is Ok. More... | |
| bool checkValue | ( | const std::string & | testName, |
| size_t | givenSize, | ||
| size_t | referenceSize | ||
| ) |
Check given value compare to the reference size.
| testName | : name of the current test |
| givenSize | : size to be tested |
| referenceSize | : reference value |
Definition at line 16 of file main.cpp.
Referenced by testCheckValue(), testListDataMessage(), testListDataSize(), testListPairDataMessage(), testListPairDataSize(), testMapDataMessage(), testMapDataSize(), testSimpleDataMessage(), testSimpleDataSize(), testSimpleListPairValue(), testSimpleListValue(), testSimpleMapValue(), testSimpleTableFile(), testSimpleTableMessage(), testSimpleValue(), testSimpleVectorPairValue(), testSimpleVectorValue(), testStringDataSize(), testVectorDataMessage(), testVectorDataSize(), testVectorPairDataMessage(), and testVectorPairDataSize().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 273 of file main.cpp.
References testListDataSize(), testListPairDataSize(), testMapDataSize(), testSimpleDataSize(), testStringDataSize(), testVectorDataSize(), and testVectorPairDataSize().
Here is the call graph for this function:| void testListDataSize | ( | ) |
Test if data size is Ok.
Definition at line 104 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 testListPairDataSize | ( | ) |
Test if data size is Ok.
Definition at line 221 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 testMapDataSize | ( | ) |
Test if data size is Ok.
Definition at line 150 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 testSimpleDataSize | ( | ) |
Test if data size is Ok.
Definition at line 23 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 testStringDataSize | ( | ) |
Test if data size is Ok.
Definition at line 267 of file main.cpp.
References checkValue(), 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 testVectorDataSize | ( | ) |
Test if data size is Ok.
Definition at line 58 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 testVectorPairDataSize | ( | ) |
Test if data size is Ok.
Definition at line 175 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: