CppUnit project page | FAQ | CppUnit home page |
#include <TextTestResult.h>
Inheritance diagram for TextTestResult:
Public Member Functions | |
TextTestResult () | |
virtual void | addFailure (const TestFailure &failure) |
Called to add a failure to the list of failures. | |
virtual void | startTest (Test *test) |
Informs TestListener that a test will be started. | |
virtual void | print (OStream &stream) |
deprecated Use class TextTestProgressListener and TextOutputter instead.
|
|
|
Called to add a failure to the list of failures.
Reimplemented from TestResult. |
|
|
|
Informs TestListener that a test will be started.
Reimplemented from TestResult. |
hosts this site. |
Send comments to: CppUnit Developers |