|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.junit.model.ITestElement.ProgressState
public static final class ITestElement.ProgressState
Running states of a test.
Field Summary | |
---|---|
static ITestElement.ProgressState |
COMPLETED
state that describes that the test element has completed |
static ITestElement.ProgressState |
NOT_STARTED
state that describes that the test element has not started |
static ITestElement.ProgressState |
RUNNING
state that describes that the test element has is running |
static ITestElement.ProgressState |
STOPPED
state that describes that the test element has been stopped before being completed |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ITestElement.ProgressState NOT_STARTED
public static final ITestElement.ProgressState RUNNING
public static final ITestElement.ProgressState STOPPED
public static final ITestElement.ProgressState COMPLETED
Method Detail |
---|
public String toString()
toString
in class Object
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |