| CppUnit project page | FAQ | CppUnit home page |
#include <TextTestProgressListener.h>
Inheritance diagram for CppUnit::TextTestProgressListener:

Public Methods | |
| TextTestProgressListener () | |
| virtual | ~TextTestProgressListener () |
| Destructor. More... | |
| void | startTest (Test *test) |
| Called when just before a TestCase is run. More... | |
| void | addFailure (const TestFailure &failure) |
| void | done () |
Private Methods | |
| TextTestProgressListener (const TextTestProgressListener ©) | |
| Prevents the use of the copy constructor. More... | |
| void | operator= (const TextTestProgressListener ©) |
| Prevents the use of the copy operator. More... | |
|
|
Constructs a TextTestProgressListener object. |
|
|
Destructor.
|
|
|
Prevents the use of the copy constructor.
|
|
|
Called when a failure occurs while running a test.
Reimplemented from CppUnit::TestListener. |
|
|
|
|
|
Prevents the use of the copy operator.
|
|
|
Called when just before a TestCase is run.
Reimplemented from CppUnit::TestListener. |
|
|
hosts this site. |
Send comments to: CppUnit Developers |