![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Include dependency graph for phoenix_check_impl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename T > | |
| bool | phoenix_check (const std::string &testName, const T &val, const T &reference) |
| Check two value. More... | |
| bool phoenix_check | ( | const std::string & | testName, |
| const T & | val, | ||
| const T & | reference | ||
| ) |
Check two value.
| testName | : name of the current test |
| val | : value to be checked |
| reference | : reference value |
Definition at line 20 of file phoenix_check_impl.h.
References phoenix_isOk().
Here is the call graph for this function: