CppTest home page | CppTest project page |
#include <cpptest-textoutput.h>
Inheritance diagram for Test::TextOutput:
Test suite output handler that writes its information as text to a a stream. It it possible to select between two different operational modes that controls the detail level, see Mode.
|
Output mode. |
|
Constructs a text output handler.
|
|
Called when testing is finished.
Reimplemented from Test::Output. |
|
Called when a suite is entered.
Reimplemented from Test::Output. |
|
Called when a suite is finished.
Reimplemented from Test::Output. |
|
Called when a test if finished, regardless if an assertment was issued.
Reimplemented from Test::Output. |
|
Called when an assertment is issued.
Reimplemented from Test::Output. |