SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
SASSY::cdi::TestFactory Class Referenceabstract

Responsible for creating an object that manages the resources for the entire test. More...

#include <cfi/testmgr.h>

Inheritance diagram for SASSY::cdi::TestFactory:
SASSY::cdi::TestFT< T >

Public Member Functions

virtual ~TestFactory ()
 Destructor.
 
virtual AbstractTestmake ()=0
 Create an instance of the test object. More...
 

Detailed Description

Responsible for creating an object that manages the resources for the entire test.

Member Function Documentation

virtual AbstractTest* SASSY::cdi::TestFactory::make ( )
pure virtual

Create an instance of the test object.

Returns
Pointer to the test object.

Implemented in SASSY::cdi::TestFT< T >.


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