![]() |
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 | testMultiTableSize (size_t nbElementMin, size_t nbElementMax) |
| Check size of a table of data. More... | |
| void | testSimpleTableDataSize () |
| Test if data size is Ok. More... | |
| template<typename T > | |
| bool | testTableSize (size_t nbElement) |
| Check size of a table of data. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 51 of file main.cpp.
References testSimpleTableDataSize().
Here is the call graph for this function:| bool testMultiTableSize | ( | size_t | nbElementMin, |
| size_t | nbElementMax | ||
| ) |
Check size of a table of data.
| nbElementMin | : minimum number of elements of the table of data |
| nbElementMax | : maximum number of elements of the table of data |
| void testSimpleTableDataSize | ( | ) |
Test if data size is Ok.
Definition at line 37 of file main.cpp.
References data_stream_assert.
Referenced by main().
Here is the caller graph for this function:| bool testTableSize | ( | size_t | nbElement | ) |
Check size of a table of data.
| nbElement | : number of elements of the table of data |
Definition at line 16 of file main.cpp.
References data_size().
Here is the call graph for this function: