TestListener that show the status of each TestCase test result.
More...
#include <TextTestProgressListener.h>
TestListener that show the status of each TestCase test result.
TextTestProgressListener::TextTestProgressListener |
( |
| ) |
|
TextTestProgressListener::~TextTestProgressListener |
( |
| ) |
|
|
virtual |
Prevents the use of the copy constructor.
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 |
unsigned long TextTestProgressListener::ignoredTests = 0 |
|
static |
uint32_t TextTestProgressListener::nameLen = 0 |
|
static |
uint64_t TextTestProgressListener::startTime = 0 |
|
static |
bool TextTestProgressListener::verboseProgress = false |
|
static |
The documentation for this class was generated from the following files: