#include <tut_reporter.h>
Public Member Functions | |
reporter (std::ostream &out) | |
void | run_started () |
Called when new test run started. | |
void | test_completed (const tut::test_result &tr) |
Called when a test finished. | |
void | run_completed () |
Called when all tests in run completed. | |
bool | all_ok () const |
Data Fields | |
int | ok_count |
int | exceptions_count |
int | failures_count |
int | terminations_count |
int | warnings_count |
void tut::reporter::test_completed | ( | const tut::test_result & | ) | [inline, virtual] |
Called when a test finished.
tr | Test results. |
Reimplemented from tut::callback.
References tut::test_result::group, and tut::test_result::result.