wibble 0.1.28
Public Member Functions | Public Attributes
tut::reporter Class Reference

Default TUT callback handler. More...

#include <tut_reporter.h>

Inheritance diagram for tut::reporter:
Inheritance graph
[legend]
Collaboration diagram for tut::reporter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 reporter ()
 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

Public Attributes

int ok_count
int exceptions_count
int failures_count
int terminations_count
int warnings_count

Detailed Description

Default TUT callback handler.


Constructor & Destructor Documentation

tut::reporter::reporter ( ) [inline]
tut::reporter::reporter ( std::ostream &  out) [inline]

Member Function Documentation

bool tut::reporter::all_ok ( ) const [inline]
void tut::reporter::run_completed ( ) [inline, virtual]
void tut::reporter::run_started ( ) [inline, virtual]

Called when new test run started.

Reimplemented from tut::callback.

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

Member Data Documentation

Referenced by run_completed(), and test_completed().

Referenced by run_completed(), and test_completed().

Referenced by run_completed(), and test_completed().

Referenced by run_completed(), and test_completed().

Referenced by run_completed(), and test_completed().


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