CppUnit project page FAQ

TestFixture.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*-
2 #define CPPUNIT_TESTFIXTURE_H
3 
4 #include <cppunit/Portability.h>
5 
7 
8 
84 {
85 public:
86  virtual ~TestFixture() {};
87 
89  virtual void setUp() {};
90 
92  virtual void tearDown() {};
93 };
94 
95 
97 
98 
99 #endif

Send comments to:
CppUnit Developers