|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISimpleTestDescription
This interface is the base for all classes that describe specialized simple tests.
| Method Summary | |
|---|---|
ISimpleTest |
createSimpleTest()
Create a simple test from this ISimpleTestDescription. |
java.lang.String |
getSimpleTestTypeName()
Get the name of the simple test type that is described by this description. |
boolean |
matches(ISimpleTestDescription otherTest)
Returns whether the argument test matches this test. |
| Method Detail |
|---|
ISimpleTest createSimpleTest()
ISimpleTestDescription.
ISimpleTestDescription.java.lang.String getSimpleTestTypeName()
boolean matches(ISimpleTestDescription otherTest)
otherTest - The test we are comparing against
true if the test matches, false
otherwise.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||