Go to the documentation of this file.
18 #ifndef __LIBTEST_XMLREPORTER_H
19 #define __LIBTEST_XMLREPORTER_H
Output TestResults to standard output in XML format.
virtual void reportBefore(TestInstance &test)
Report start of a test.
virtual void reportFinish(List< TestInstance * > &tests)
Report completion of all tests.
virtual void reportBegin(List< TestInstance * > &tests)
Report start of testing.
Represents a Test result created by a TestInstance.
virtual void reportAfter(TestInstance &test, TestResult &result)
Report finish of a test.
Responsible for outputting test results.
XMLReporter(int argc, char **argv)
Constructor.
Represents a test instance.