CppUnit project page | FAQ | CppUnit home page |
#include <TextOutputter.h>
Inheritance diagram for TextOutputter:
Public Member Functions | |
TextOutputter (TestResultCollector *result, OStream &stream) | |
virtual | ~TextOutputter () |
Destructor. | |
void | write () |
virtual void | printFailures () |
virtual void | printHeader () |
virtual void | printFailure (TestFailure *failure, int failureNumber) |
virtual void | printFailureListMark (int failureNumber) |
virtual void | printFailureTestName (TestFailure *failure) |
virtual void | printFailureType (TestFailure *failure) |
virtual void | printFailureLocation (SourceLine sourceLine) |
virtual void | printFailureDetail (Exception *thrownException) |
virtual void | printFailureWarning () |
virtual void | printStatistics () |
Protected Attributes | |
TestResultCollector * | m_result |
OStream & | m_stream |
Private Member Functions | |
TextOutputter (const TextOutputter ©) | |
Prevents the use of the copy constructor. | |
void | operator= (const TextOutputter ©) |
Prevents the use of the copy operator. |
|
|
|
Destructor.
|
|
Prevents the use of the copy constructor.
|
|
Prevents the use of the copy operator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Outputter. |
|
|
|
|
hosts this site. |
Send comments to: CppUnit Developers |