Uses of Class
org.eclipse.jdt.junit.model.ITestElement.ProgressState
Package
Description
Application programming interfaces representing test elements as shown in the JUnit view.
-
Uses of ITestElement.ProgressState in org.eclipse.jdt.junit.model
Modifier and TypeFieldDescriptionstatic final ITestElement.ProgressState
ITestElement.ProgressState.COMPLETED
state that describes that the test element has completedstatic final ITestElement.ProgressState
ITestElement.ProgressState.NOT_STARTED
state that describes that the test element has not startedstatic final ITestElement.ProgressState
ITestElement.ProgressState.RUNNING
state that describes that the test element has is runningstatic final ITestElement.ProgressState
ITestElement.ProgressState.STOPPED
state that describes that the test element has been stopped before being completedModifier and TypeMethodDescriptionITestElement.getProgressState()
Returns the progress state of this test element.