Uses of Class
org.eclipse.jdt.junit.model.ITestElement.ProgressState
-
Packages that use ITestElement.ProgressState Package Description 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 Modifier and Type Field Description static ITestElement.ProgressStateITestElement.ProgressState. COMPLETEDstate that describes that the test element has completedstatic ITestElement.ProgressStateITestElement.ProgressState. NOT_STARTEDstate that describes that the test element has not startedstatic ITestElement.ProgressStateITestElement.ProgressState. RUNNINGstate that describes that the test element has is runningstatic 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.ProgressState Modifier and Type Method Description ITestElement.ProgressStateITestElement. getProgressState()Returns the progress state of this test element.
-