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