9 #ifndef __PHOENIX_CHECK_H__
10 #define __PHOENIX_CHECK_H__
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);
21 bool phoenix_check(
const std::string & testName,
const std::vector<std::string> & listVal,
const std::vector<std::string> & listRef);
22 bool phoenix_check(
const std::string & testName,
const std::list<std::string> & listVal,
const std::list<std::string> & listRef);
24 bool phoenix_check_fileContent(
const std::string & testName,
const std::string & fileName,
const std::string & expectedContent);