CppUnit project page FAQ CppUnit home page

TestCaseDecorator.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_EXTENSIONS_TESTCASEDECORATOR_H
2 #define CPPUNIT_EXTENSIONS_TESTCASEDECORATOR_H
3 
4 #include <cppunit/Portability.h>
5 #include <cppunit/TestCase.h>
6 
8 
9 
19 {
20 public:
21  TestCaseDecorator( TestCase *test );
23 
24  std::string getName() const;
25 
26  void setUp();
27 
28  void tearDown();
29 
30  void runTest();
31 
32 protected:
34 };
35 
36 
38 
39 #endif
40 

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers