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

de.fraunhofer.isst.eastadl.autosar.tests.IdentifiableInstanceRefTest Class Reference

List of all members.

Public Member Functions

 IdentifiableInstanceRefTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

IdentifiableInstanceRef getFixture ()
void setFixture (IdentifiableInstanceRef fixture)
void setUp () throws Exception
void tearDown () throws Exception

Protected Attributes

IdentifiableInstanceRef fixture = null

Detailed Description

A test case for the model object 'Identifiable Instance Ref'.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.autosar.tests.IdentifiableInstanceRefTest.IdentifiableInstanceRefTest ( String  name  ) 

Constructs a new Identifiable Instance Ref test case with the given name.


Member Function Documentation

IdentifiableInstanceRef de.fraunhofer.isst.eastadl.autosar.tests.IdentifiableInstanceRefTest.getFixture (  )  [protected]

Returns the fixture for this Identifiable Instance Ref test case.

static void de.fraunhofer.isst.eastadl.autosar.tests.IdentifiableInstanceRefTest.main ( String[]  args  )  [static]
void de.fraunhofer.isst.eastadl.autosar.tests.IdentifiableInstanceRefTest.setFixture ( IdentifiableInstanceRef  fixture  )  [protected]

Sets the fixture for this Identifiable Instance Ref test case.

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

Member Data Documentation

The fixture for this Identifiable Instance Ref test case.