CppUnit project page | FAQ | CppUnit home page |
#include <TextTestResult.h>
Inheritance diagram for CppUnit::TextTestResult:
Public Methods | |
virtual void | addError (Test *test, Exception *e) |
Adds an error to the list of errors. More... | |
virtual void | addFailure (Test *test, Exception *e) |
Adds a failure to the list of failures. More... | |
virtual void | startTest (Test *test) |
Informs the result that a test will be started. More... | |
virtual void | print (std::ostream &stream) |
virtual void | printErrors (std::ostream &stream) |
virtual void | printFailures (std::ostream &stream) |
virtual void | printHeader (std::ostream &stream) |
|
Adds an error to the list of errors. The passed in exception caused the error Reimplemented from CppUnit::TestResult. |
|
Adds a failure to the list of failures. The passed in exception caused the failure. Reimplemented from CppUnit::TestResult. |
|
|
|
|
|
|
|
|
|
Informs the result that a test will be started.
Reimplemented from CppUnit::TestResult. |
|
hosts this site. |
Send comments to: CppUnit Developers |