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

CppUnit::TestSuiteFactory< TestCaseType > Class Template Reference

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

#include <TestSuiteFactory.h>

Inheritance diagram for CppUnit::TestSuiteFactory< TestCaseType >:

Inheritance graph
[legend]
Collaboration diagram for CppUnit::TestSuiteFactory< TestCaseType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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