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