7 #ifndef __PHOENIX_CHECK_H__
8 #define __PHOENIX_CHECK_H__
15 bool phoenix_check(
const std::string & testName,
const std::vector<T> & vecVal,
const std::vector<T> & vecRef);
17 bool phoenix_check(
const std::string & testName,
const T & val,
const T & reference);
19 bool phoenix_check(
const std::string & testName,
const std::string & val,
const std::string & reference);
20 bool phoenix_check(
const std::string & testName,
const std::list<std::string> & listVal,
const std::list<std::string> & listRef);
bool phoenix_check(const std::string &testName, const std::vector< T > &vecVal, const std::vector< T > &vecRef)
Check two vector of values.