org.eclipse.jdt.junit.model
Class ITestElement.ProgressState
java.lang.Object
org.eclipse.jdt.junit.model.ITestElement.ProgressState
-
Enclosing interface:
-
ITestElement
-
public static final class ITestElement.ProgressState
- extends
Object
Running states of a test.
NOT_STARTED
public static final
ITestElement.ProgressState NOT_STARTED
- state that describes that the test element has not started
RUNNING
public static final
ITestElement.ProgressState RUNNING
- state that describes that the test element has is running
STOPPED
public static final
ITestElement.ProgressState STOPPED
- state that describes that the test element has been stopped before being completed
COMPLETED
public static final
ITestElement.ProgressState COMPLETED
- state that describes that the test element has completed
toString
public
String toString()
-
-
Overrides:
-
toString
in class
Object
-
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.