libdballe 4.0.18
Public Member Functions | Data Fields
tut::reporter Class Reference

Default TUT callback handler. More...

#include <tut_reporter.h>

Inheritance diagram for tut::reporter:
tut::callback

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

Detailed Description

Default TUT callback handler.


Member Function Documentation

void tut::reporter::test_completed ( const tut::test_result ) [inline, virtual]

Called when a test finished.

Parameters:
trTest results.

Reimplemented from tut::callback.

References tut::test_result::group.


The documentation for this class was generated from the following file: