![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
bool | testPrintString (const std::string &prefix, const std::string &suffix) |
Test print to string. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file main.cpp.
References phoenix_assert, and testPrintString().
bool testPrintString | ( | const std::string & | prefix, |
const std::string & | suffix | ||
) |
Test print to string.
prefix | : string prefix |
suffix | : string prefix |
Definition at line 17 of file main.cpp.
References phoenix_print().
Referenced by main().