CppUnit project page
FAQ
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
cppunit
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
6
CPPUNIT_NS_BEGIN
7
8
83
class
CPPUNIT_API
TestFixture
84
{
85
public
:
86
virtual
~TestFixture
() {};
87
89
virtual
void
setUp
() {};
90
92
virtual
void
tearDown
() {};
93
};
94
95
96
CPPUNIT_NS_END
97
98
99
#endif
Send comments to:
CppUnit Developers