CppUnit project page FAQ

Public Member Functions | List of all members
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]

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

◆ makeTest()

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