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

de.fraunhofer.isst.eastadl.hardwaremodeling.tests.IOHardwarePinTest Class Reference

List of all members.

Public Member Functions

 IOHardwarePinTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

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

Detailed Description

A test case for the model object 'IO Hardware Pin'.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.hardwaremodeling.tests.IOHardwarePinTest.IOHardwarePinTest ( String  name  ) 

Constructs a new IO Hardware Pin test case with the given name.


Member Function Documentation

IOHardwarePin de.fraunhofer.isst.eastadl.hardwaremodeling.tests.IOHardwarePinTest.getFixture (  )  [protected]

Returns the fixture for this IO Hardware Pin test case.

Reimplemented from de.fraunhofer.isst.eastadl.hardwaremodeling.tests.HardwarePinTest.

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