![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | phoenix_check (const std::string &testName, const std::vector< T > &vecVal, const std::vector< T > &vecRef) |
Check two vector of values. More... | |
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 std::vector< T > & | vecVal, | ||
const std::vector< T > & | vecRef | ||
) |
Check two vector of values.
testName | : name of the current test |
vecVal | : vector of values to be checked |
vecRef | : vector of reference values |
Definition at line 23 of file phoenix_check_impl.h.
References phoenix_check(), and PString::toString().
Referenced by phoenix_check().
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 40 of file phoenix_check_impl.h.
References phoenix_isOk(), and PString::toString().