TestListener that show the status of each TestCase test result.
More...
#include <TextTestProgressListener.h>
List of all members.
Detailed Description
TestListener that show the status of each TestCase test result.
Constructor & Destructor Documentation
TextTestProgressListener::~TextTestProgressListener |
( |
| ) |
|
|
virtual |
Prevents the use of the copy constructor.
Member Function Documentation
void TextTestProgressListener::addFailure |
( |
const TestFailure & |
| ) |
|
|
virtual |
Called when a failure occurs while running a test.
- See also:
- TestFailure.
- Warning:
- failure is a temporary object that is destroyed after the method call. Use TestFailure::clone() to create a duplicate.
Reimplemented from TestListener.
Called by a TestRunner after running the test.
TextTestProgressListener use this to emit a line break. You can also use this to do some global uninitialisation.
- Parameters:
-
test | Test that was run. |
eventManager | Event manager used for the test run. |
Reimplemented from TestListener.
Prevents the use of the copy operator.
void TextTestProgressListener::startTest |
( |
Test * |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: