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

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

List of all members.

Public Member Functions

 LogicalBusTest (String name)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

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

Detailed Description

A test case for the model object 'Logical Bus'.


Constructor & Destructor Documentation

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

Constructs a new Logical Bus test case with the given name.


Member Function Documentation

LogicalBus de.fraunhofer.isst.eastadl.hardwaremodeling.tests.LogicalBusTest.getFixture (  )  [protected]

Returns the fixture for this Logical Bus test case.

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

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