g-Eclipse
Release 1.0.0

eu.geclipse.core.simpleTest
Interface ISimpleTest

All Known Implementing Classes:
AbstractSimpleTest, ReachabilityTest

public interface ISimpleTest

This interface is the base of the simple test mechanisms within g-Eclipse.


Method Summary
 ISimpleTestDescription getDescription()
          Get the simple test description that was used to create this test.
 

Method Detail

getDescription

ISimpleTestDescription getDescription()
Get the simple test description that was used to create this test.

Returns:
The description from which this test was created.

g-Eclipse
Release 1.0.0