![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <iostream>#include <vector>#include "phoenix_assert.h"#include "print_string.h"#include "phoenix_vector_split.h"
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | testVectorSplit () |
| Test the string filename function. More... | |
| void | testVectorSplit2 () |
| Test the string filename function. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 56 of file main.cpp.
References testVectorSplit(), and testVectorSplit2().
Here is the call graph for this function:| void testVectorSplit | ( | ) |
Test the string filename function.
Definition at line 15 of file main.cpp.
References phoenix_assert, phoenix_print(), and phoenix_vector_split().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void testVectorSplit2 | ( | ) |
Test the string filename function.
Definition at line 36 of file main.cpp.
References phoenix_assert, phoenix_print(), and phoenix_vector_split().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: