CppUnit project page FAQ CppUnit home page

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CppUnit::TestFactory Class Reference

This class represents an abstract Test factory. More...

#include <TestFactory.h>

Inheritance diagram for CppUnit::TestFactory:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~TestFactory ()
virtual TestmakeTest ()=0
 Makes a new test. More...


Detailed Description

This class represents an abstract Test factory.


Constructor & Destructor Documentation

virtual CppUnit::TestFactory::~TestFactory   [inline, virtual]
 


Member Function Documentation

virtual Test* CppUnit::TestFactory::makeTest   [pure virtual]
 

Makes a new test.

Returns:
A new Test.

Reimplemented in CppUnit::TestFactoryRegistry, and CppUnit::TestSuiteFactory.


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