|
Eclipse JDT Release 3.5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITestElement.ProgressState | |
---|---|
org.eclipse.jdt.junit.model | Application programming interfaces representing test elements as shown in the JUnit view. |
Uses of ITestElement.ProgressState in org.eclipse.jdt.junit.model |
---|
Fields in org.eclipse.jdt.junit.model declared as ITestElement.ProgressState | |
---|---|
static ITestElement.ProgressState |
ITestElement.ProgressState.COMPLETED
state that describes that the test element has completed |
static ITestElement.ProgressState |
ITestElement.ProgressState.NOT_STARTED
state that describes that the test element has not started |
static ITestElement.ProgressState |
ITestElement.ProgressState.RUNNING
state that describes that the test element has is running |
static ITestElement.ProgressState |
ITestElement.ProgressState.STOPPED
state that describes that the test element has been stopped before being completed |
Methods in org.eclipse.jdt.junit.model that return ITestElement.ProgressState | |
---|---|
ITestElement.ProgressState |
ITestElement.getProgressState()
Returns the progress state of this test element. |
|
Eclipse JDT Release 3.5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |