Public Member Functions | Static Public Member Functions | Protected Member Functions

de.fraunhofer.isst.eastadl.featuremodeling.tests.FeatureTest Class Reference

List of all members.

Public Member Functions

 FeatureTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

Feature getFixture ()
void setUp () throws Exception
void tearDown () throws Exception

Detailed Description

A test case for the model object 'Feature'.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.featuremodeling.tests.FeatureTest.FeatureTest ( String  name  ) 

Constructs a new Feature test case with the given name.


Member Function Documentation

Feature de.fraunhofer.isst.eastadl.featuremodeling.tests.FeatureTest.getFixture (  )  [protected]
static void de.fraunhofer.isst.eastadl.featuremodeling.tests.FeatureTest.main ( String[]  args  )  [static]
void de.fraunhofer.isst.eastadl.featuremodeling.tests.FeatureTest.setUp (  )  throws Exception [protected]
See also:
junit.framework.TestCase.setUp()

Reimplemented in de.fraunhofer.isst.eastadl.vehiclefeaturemodeling.tests.VehicleFeatureTest.

void de.fraunhofer.isst.eastadl.featuremodeling.tests.FeatureTest.tearDown (  )  throws Exception [protected]
See also:
junit.framework.TestCase.tearDown()

Reimplemented in de.fraunhofer.isst.eastadl.vehiclefeaturemodeling.tests.VehicleFeatureTest.