g-Eclipse
Release 1.0.0

eu.geclipse.core.simpleTest
Class AbstractSimpleTest

java.lang.Object
  extended by eu.geclipse.core.simpleTest.AbstractSimpleTest
All Implemented Interfaces:
ISimpleTest
Direct Known Subclasses:
ReachabilityTest

public abstract class AbstractSimpleTest
extends java.lang.Object
implements ISimpleTest

Abstract implementation of the ISimpleTest interface.


Constructor Summary
AbstractSimpleTest(ISimpleTestDescription description)
          Construct a new AbstractSimpleTest from the specified ISimpleTestDescription.
 
Method Summary
 ISimpleTestDescription getDescription()
          Get the simple test description that was used to create this test.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSimpleTest

public AbstractSimpleTest(ISimpleTestDescription description)
Construct a new AbstractSimpleTest from the specified ISimpleTestDescription.

Parameters:
description - The ISimpleTestDescription from which this test should be created.
Method Detail

getDescription

public ISimpleTestDescription getDescription()
Description copied from interface: ISimpleTest
Get the simple test description that was used to create this test.

Specified by:
getDescription in interface ISimpleTest
Returns:
The description from which this test was created.

g-Eclipse
Release 1.0.0