CppUnit project page FAQ

TextTestResult.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_TEXTTESTRESULT_H
2 #define CPPUNIT_TEXTTESTRESULT_H
3 
4 #include <cppunit/TestResult.h>
7 
9 
10 
11 class SourceLine;
12 class Exception;
13 class Test;
14 
21  public TestResultCollector
22 {
23 public:
25 
26  virtual void addFailure( const TestFailure &failure );
27  virtual void startTest( Test *test );
28  virtual void print( OStream &stream );
29 
31 };
32 
35  TextTestResult &result );
36 
38 
39 #endif // CPPUNIT_TEXTTESTRESULT_H
40 
41 

Send comments to:
CppUnit Developers