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

de.fraunhofer.isst.eastadl.elements.tests.EAXMLTest Class Reference

List of all members.

Public Member Functions

 EAXMLTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

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

Protected Attributes

EAXML fixture = null

Detailed Description

A test case for the model object 'EAXML'.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.elements.tests.EAXMLTest.EAXMLTest ( String  name  ) 

Constructs a new EAXML test case with the given name.


Member Function Documentation

EAXML de.fraunhofer.isst.eastadl.elements.tests.EAXMLTest.getFixture (  )  [protected]

Returns the fixture for this EAXML test case.

static void de.fraunhofer.isst.eastadl.elements.tests.EAXMLTest.main ( String[]  args  )  [static]
void de.fraunhofer.isst.eastadl.elements.tests.EAXMLTest.setFixture ( EAXML  fixture  )  [protected]

Sets the fixture for this EAXML test case.

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

Member Data Documentation

The fixture for this EAXML test case.