CppUnit project page | FAQ | CppUnit home page |
Holds printable test result (DEPRECATED).deprecated Use class TextTestProgressListener and TextOutputter instead. More...
#include <TextTestResult.h>
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) |
Holds printable test result (DEPRECATED).
deprecated Use class TextTestProgressListener and TextOutputter instead.
CPPUNIT_NS_BEGIN TextTestResult::TextTestResult | ( | ) |
void TextTestResult::addFailure | ( | const TestFailure & | failure | ) | [virtual] |
Called to add a failure to the list of failures.
Reimplemented from TestResult.
void TextTestResult::print | ( | OStream & | stream | ) | [virtual] |
void TextTestResult::startTest | ( | Test * | test | ) | [virtual] |
Informs TestListener that a test will be started.
Reimplemented from TestResult.
|
hosts this site. |
Send comments to: CppUnit Developers |