TestListener that prints the name of each test before running it.
More...
#include <BriefTestProgressListener.h>
List of all members.
Detailed Description
TestListener that prints the name of each test before running it.
Constructor & Destructor Documentation
BriefTestProgressListener::~BriefTestProgressListener |
( |
| ) |
|
|
virtual |
Prevents the use of the copy constructor.
Member Function Documentation
void BriefTestProgressListener::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.
void BriefTestProgressListener::endTest |
( |
Test * |
| ) |
|
|
virtual |
Prevents the use of the copy operator.
void BriefTestProgressListener::startTest |
( |
Test * |
| ) |
|
|
virtual |
Member Data Documentation
bool BriefTestProgressListener::m_lastTestFailed |
|
private |
The documentation for this class was generated from the following files: