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

de.fraunhofer.isst.eastadl.systemmodeling.tests.SystemModelTest Class Reference

List of all members.

Public Member Functions

 SystemModelTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

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

Detailed Description

A test case for the model object 'System Model'.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.systemmodeling.tests.SystemModelTest.SystemModelTest ( String  name  ) 

Constructs a new System Model test case with the given name.


Member Function Documentation

SystemModel de.fraunhofer.isst.eastadl.systemmodeling.tests.SystemModelTest.getFixture (  )  [protected]

Returns the fixture for this System Model test case.

Reimplemented from de.fraunhofer.isst.eastadl.elements.tests.ContextTest.

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