List of all members.
Public Member Functions |
| TestFunc (TestingFramework &_th, const std::string &_n) |
void | operator() (void) |
const TestingFramework & | testHelper () const |
Protected Member Functions |
virtual void | prolog (void) |
virtual void | body (void)=0 |
virtual void | epilog (void) |
TestingFramework & | testHelper () |
| TestFunc (const TestFunc &_cpy) |
TestFunc & | begin (std::string _title, const std::string &_info="") |
TestFunc & | end (void) |
template<typename ValueType > |
bool | verify (const ValueType &_rc, const ValueType &_expected, std::string _info) |
template<typename ValueType > |
void | verify_x (const ValueType &_rc, const ValueType &_expected, std::string _info) |
TestFunc & | info (const std::string &_info) |
TestFunc & | info (const std::ostringstream &_ostr) |
Protected Attributes |
TestingFramework & | th_ |
std::string | name_ |
The documentation for this class was generated from the following file: