Package org.eclipse.jdt.junit.model
Class ITestElement.ProgressState
java.lang.Object
org.eclipse.jdt.junit.model.ITestElement.ProgressState
- Enclosing interface:
 ITestElement
Running states of a test.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ITestElement.ProgressStatestate that describes that the test element has completedstatic final ITestElement.ProgressStatestate that describes that the test element has not startedstatic final ITestElement.ProgressStatestate that describes that the test element has is runningstatic final ITestElement.ProgressStatestate that describes that the test element has been stopped before being completed - 
Method Summary
 
- 
Field Details
- 
NOT_STARTED
state that describes that the test element has not started - 
RUNNING
state that describes that the test element has is running - 
STOPPED
state that describes that the test element has been stopped before being completed - 
COMPLETED
state that describes that the test element has completed 
 - 
 - 
Method Details