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::TestCaseFactory Class Referenceabstract

Define a base type for test case factories. More...

#include <cfi/testmgr.h>

Inheritance diagram for SASSY::cdi::TestCaseFactory:
SASSY::cdi::TestCaseFT< T >

Public Member Functions

virtual ~TestCaseFactory ()
 Destructor.
 
virtual AbstractTestCasemake (csr nm)=0
 Create an instance of the test case object. More...
 

Detailed Description

Define a base type for test case factories.

Member Function Documentation

virtual AbstractTestCase* SASSY::cdi::TestCaseFactory::make ( csr  nm)
pure virtual

Create an instance of the test case object.

Parameters
nmThe name of the test case
Returns
A pointer to a new instance of the test case.

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


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