Uses of Class
org.eclipse.jdt.junit.model.ITestElement.ProgressState
Packages that use 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.modelFields in org.eclipse.jdt.junit.model declared as ITestElement.ProgressStateModifier and TypeFieldDescriptionstatic final ITestElement.ProgressStateITestElement.ProgressState.COMPLETEDstate that describes that the test element has completedstatic final ITestElement.ProgressStateITestElement.ProgressState.NOT_STARTEDstate that describes that the test element has not startedstatic final ITestElement.ProgressStateITestElement.ProgressState.RUNNINGstate that describes that the test element has is runningstatic final ITestElement.ProgressStateITestElement.ProgressState.STOPPEDstate that describes that the test element has been stopped before being completedMethods in org.eclipse.jdt.junit.model that return ITestElement.ProgressStateModifier and TypeMethodDescriptionITestElement.getProgressState()Returns the progress state of this test element.