torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
common/TestHelpers.hpp File Reference

Header for Boost.Test helper functions. More...

#include <string>
#include <boost/filesystem/convenience.hpp>
+ Include dependency graph for common/TestHelpers.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::common
 

Functions

bool torc::common::readFileIntoString (const boost::filesystem::path &inPath, std::string &outString)
 Read the raw contents of the specified file into a std::string. More...
 
bool torc::common::fileContentsAreEqual (const boost::filesystem::path &inA, const boost::filesystem::path &inB)
 Compare the raw contents of two files to determine whether they are identical. More...
 

Detailed Description

Header for Boost.Test helper functions.

Definition in file common/TestHelpers.hpp.