Public Member Functions | |
void | start () |
void | stop () |
void | log (const TestFailureX &e) |
void | log (const TestErrorX &e) |
void | log (const std::exception &e) |
void | log (const std::string &s) |
Friends | |
class | TestReport |
std::ostream & | operator<< (std::ostream &o, const TestRecord &tr) |
void osgUtx::TestRecord::log | ( | const std::string & | s | ) |
void osgUtx::TestRecord::log | ( | const std::exception & | e | ) |
void osgUtx::TestRecord::log | ( | const TestErrorX & | e | ) |
void osgUtx::TestRecord::log | ( | const TestFailureX & | e | ) |
void osgUtx::TestRecord::start | ( | ) |
void osgUtx::TestRecord::stop | ( | ) |
std::ostream& operator<< | ( | std::ostream & | o, | |
const TestRecord & | tr | |||
) | [friend] |
friend class TestReport [friend] |