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  

TestSuiteFactory Class Template Reference

TestFactory for TestFixture that implements a static suite() method. More...

#include <TestSuiteFactory.h>

Inheritance diagram for TestSuiteFactory:

Inheritance graph
[legend]
Collaboration diagram for TestSuiteFactory:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual TestmakeTest ()

Detailed Description

template<class TestCaseType>
class TestSuiteFactory< TestCaseType >

TestFactory for TestFixture that implements a static suite() method.

See also:
AutoRegisterSuite.


Member Function Documentation

template<class TestCaseType>
virtual Test* TestSuiteFactory< TestCaseType >::makeTest   [inline, virtual]
 

Makes a new test.

Returns:
A new Test.

Implements TestFactory.


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