![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <iostream>
#include "phoenix_assert.h"
#include "phoenix_check.h"
#include "convertToString.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | checkResultConvertToString (const std::string &testName, T value, const std::string &strReference) |
Check string expression. More... | |
int | main (int argc, char **argv) |
void | testConvertToString () |
Test convert to string. More... | |
bool checkResultConvertToString | ( | const std::string & | testName, |
T | value, | ||
const std::string & | strReference | ||
) |
Check string expression.
testName | : name of the test |
value | : value to be tested |
strReference | : reference string |
Definition at line 21 of file main.cpp.
References convertToString(), and phoenix_check().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 42 of file main.cpp.
References testConvertToString().
void testConvertToString | ( | ) |
Test convert to string.
Definition at line 27 of file main.cpp.
References phoenix_assert.
Referenced by main().