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  

CppUnit::TestSuiteFactory Class Template Reference

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

#include <TestSuiteFactory.h>

Inheritance diagram for CppUnit::TestSuiteFactory:

CppUnit::TestFactory List of all members.

Public Methods

virtual TestmakeTest ()

Detailed Description

template<typename TestCaseType>
class CppUnit::TestSuiteFactory< TestCaseType >

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

See also:
AutoRegisterSuite.


Member Function Documentation

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

Makes a new test.

Returns:
A new Test.

Implements CppUnit::TestFactory.


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