CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TestFixture.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_TESTFIXTURE_H    // -*- C++ -*-
00002 #define CPPUNIT_TESTFIXTURE_H
00003 
00004 #include <cppunit/Portability.h>
00005 
00006 namespace CppUnit {
00007 
00008 
00083 class CPPUNIT_API TestFixture
00084 {
00085 public:
00086   virtual ~TestFixture() {};
00087 
00089   virtual void setUp() {};
00090 
00092   virtual void tearDown() {};
00093 };
00094 
00095 
00096 }
00097 
00098 #endif

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