Go to the documentation of this file.
81 printf(
"(%d passed %d failed %d skipped %d total)\r\n",
TAPReporter(int argc, char **argv)
Constructor.
uint m_count
Test counter.
virtual void reportBegin(List< TestInstance * > &tests)
Report start of testing.
Size count() const
Get the number of items on the list.
bool m_multiline
Multi line output.
virtual void reportAfter(TestInstance &test, TestResult &result)
Report finish of a test.
char ** m_argv
Argument values.
virtual void reportBefore(TestInstance &test)
Report start of a test.
int printf(const char *format,...)
Output a formatted string to standard output.
uint m_ok
Test statistics.
String & getDescription()
Get result description.
Represents a Test result created by a TestInstance.
const String & getName() const
Retrieve test instance name.
virtual void reportFinish(List< TestInstance * > &tests)
Report completion of all tests.
Responsible for outputting test results.
const Result getResult() const
Get result code.
Represents a test instance.