CppUnit project page FAQ

BriefTestProgressListener.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
2 #define CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
3 
4 #include <cppunit/TestListener.h>
5 
6 
8 
9 
14 {
15 public:
19 
21  virtual ~BriefTestProgressListener();
22 
23  void startTest( Test *test );
24 
25  void addFailure( const TestFailure &failure );
26 
27  void endTest( Test *test );
28 
29 private:
32 
34  void operator =( const BriefTestProgressListener &copy );
35 
36 private:
38 };
39 
40 
42 
43 #endif // CPPUNIT_BRIEFTESTPROGRESSLISTENER_H

Send comments to:
CppUnit Developers