CppUnit project page FAQ

Public Member Functions
TestSuiteFactory< TestCaseType > Class Template Reference

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

#include <TestSuiteFactory.h>

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

List of all members.

Public Member Functions

virtual TestmakeTest ()
- Public Member Functions inherited from TestFactory
virtual ~TestFactory ()

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 ( )
inlinevirtual

Makes a new test.

Returns:
A new Test.

Implements TestFactory.


The documentation for this class was generated from the following file:

Send comments to:
CppUnit Developers