Google

class SG_EXPORT osgUtx::TestRecord

A TestRecord records the output of a given test case, ie.

Public Methods

[more]void start()
[more]void stop()
[more]void log(const TestFailureX& e)
[more]void log(const TestErrorX& e)
[more]void log(const std::exception& e)
[more]void log(const std::string& s)


Documentation

A TestRecord records the output of a given test case, ie. its start/stop time, its result, and a textual description of any problems.

\todo Consider adding accessor methods if necessary, to get the details stored in the TestRecord.

ovoid start()

ovoid stop()

ovoid log(const TestFailureX& e)

ovoid log(const TestErrorX& e)

ovoid log(const std::exception& e)

ovoid log(const std::string& s)

o Success

o Failure

o Error


This class has no child classes.
Friends:
class TestReport
std::ostream& operator<<(std::ostream& o,const TestRecord& tr)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.