19 #ifndef TORC_COMMON_TESTHELPERS_HPP
20 #define TORC_COMMON_TESTHELPERS_HPP
23 #include <boost/filesystem/convenience.hpp>
43 #endif // TORC_COMMON_TESTHELPERS_HPP
bool readFileIntoString(const boost::filesystem::path &inPath, std::string &outString)
Read the raw contents of the specified file into a std::string.
boost::filesystem::path path
bool fileContentsAreEqual(const boost::filesystem::path &inA, const boost::filesystem::path &inB)
Compare the raw contents of two files to determine whether they are identical.