CppUnit project page FAQ

TextTestProgressListener.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_TEXTTESTPROGRESSLISTENER_H
2 #define CPPUNIT_TEXTTESTPROGRESSLISTENER_H
3 
4 #include <cppunit/TestListener.h>
5 
6 
8 
9 
15 {
16 public:
20 
22  virtual ~TextTestProgressListener();
23 
24  void startTest( Test *test );
25 
26  void addFailure( const TestFailure &failure );
27 
28  void endTestRun( Test *test,
29  TestResult *eventManager );
30 
31 private:
34 
36  void operator =( const TextTestProgressListener &copy );
37 
38 private:
39 };
40 
41 
43 
44 #endif // CPPUNIT_TEXTTESTPROGRESSLISTENER_H

Send comments to:
CppUnit Developers