Package | Description |
---|---|
org.eclipse.jdt.junit.model |
Application programming interfaces representing test elements as shown in the JUnit view.
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ITestElement.ProgressState |
ITestElement.getProgressState()
Returns the progress state of this test element.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.