CppUnit project page FAQ CppUnit home page

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CppUnit::TestFixture Class Reference

#include <TestFixture.h>

List of all members.

Public Methods

virtual ~TestFixture ()
virtual void setUp ()
 \brief Set up context before running a test. More...

virtual void tearDown ()
 Clean up after the test run. More...


Detailed Description

Wrap a test case with setUp and tearDown methods.

A TestFixture is used to provide a common environment for a set of test cases.


Constructor & Destructor Documentation

virtual CppUnit::TestFixture::~TestFixture   [inline, virtual]
 


Member Function Documentation

virtual void CppUnit::TestFixture::setUp   [inline, virtual]
 

\brief Set up context before running a test.

virtual void CppUnit::TestFixture::tearDown   [inline, virtual]
 

Clean up after the test run.


The documentation for this class was generated from the following file:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers