CppUnit project page FAQ CppUnit home page

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

ConcretTestFixtureFactory< TestFixtureType > Class Template Reference

Concret TestFixture factory (Implementation). More...

#include <TestFixtureFactory.h>

List of all members.

Private Member Functions

TestFixturemakeFixture ()
 Returns a new TestFixture instance.


Detailed Description

template<class TestFixtureType>
class ConcretTestFixtureFactory< TestFixtureType >

Concret TestFixture factory (Implementation).

Implementation detail. Use by HelperMacros to handle TestFixture hierarchy.


Member Function Documentation

template<class TestFixtureType>
TestFixture* ConcretTestFixtureFactory< TestFixtureType >::makeFixture  )  [inline, private]
 

Returns a new TestFixture instance.

Returns:
A new fixture instance. The fixture instance is returned by the TestFixtureFactory passed on construction. The actual type is that of the fixture on which the static method suite() was called.


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