Go to the documentation of this file.
84 printf(
"(%d passed %d failed %d skipped %d total)\r\n",
virtual void reportBefore(TestInstance &test)
Report start of a test.
virtual void reportFinish(List< TestInstance * > &tests)
Report completion of all tests.
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.
char * basename(char *path)
Return the last component of a pathname.
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.
virtual void reportBegin(List< TestInstance * > &tests)
Report start of testing.
Responsible for outputting test results.
String m_name
Name of the test instance.
StdoutReporter(int argc, char **argv)
Constructor.
const Result getResult() const
Get result code.
Represents a test instance.