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

de.fraunhofer.isst.eastadl.functionmodeling.tests.HardwareFunctionTypeTest Class Reference

List of all members.

Public Member Functions

 HardwareFunctionTypeTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

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

Detailed Description

A test case for the model object 'Hardware Function Type'.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.functionmodeling.tests.HardwareFunctionTypeTest.HardwareFunctionTypeTest ( String  name  ) 

Constructs a new Hardware Function Type test case with the given name.


Member Function Documentation

HardwareFunctionType de.fraunhofer.isst.eastadl.functionmodeling.tests.HardwareFunctionTypeTest.getFixture (  )  [protected]

Returns the fixture for this Hardware Function Type test case.

Reimplemented from de.fraunhofer.isst.eastadl.functionmodeling.tests.DesignFunctionTypeTest.

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

Reimplemented from de.fraunhofer.isst.eastadl.functionmodeling.tests.DesignFunctionTypeTest.

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

Reimplemented from de.fraunhofer.isst.eastadl.functionmodeling.tests.DesignFunctionTypeTest.