Eclipse JDT
Release 3.8

Uses of Class
org.eclipse.jdt.junit.model.ITestElement.ProgressState

Packages that use ITestElement.ProgressState
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
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
 

Methods in org.eclipse.jdt.junit.model that return ITestElement.ProgressState
 ITestElement.ProgressState ITestElement.getProgressState()
          Returns the progress state of this test element.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.