![]() |
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) |
| void | testPStream () |
| Test the PStream. More... | |
| void | testPStreamMatrix () |
| Test the PStream. More... | |
| void | testPStreamTable () |
| Test the PStream. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 68 of file main.cpp.
References testPStream(), testPStreamMatrix(), and testPStreamTable().
Here is the call graph for this function:| void testPStream | ( | ) |
Test the PStream.
Definition at line 13 of file main.cpp.
References PStream::close(), PStream::open(), and phoenix_assert.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testPStreamMatrix | ( | ) |
Test the PStream.
Definition at line 49 of file main.cpp.
References PStream::close(), PStream::open(), phoenix_assert, PStream::read(), and PStream::write().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testPStreamTable | ( | ) |
Test the PStream.
Definition at line 29 of file main.cpp.
References PStream::close(), PStream::open(), phoenix_assert, PStream::read(), and PStream::write().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: