Eclipse JDT
Release 3.3

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

java.lang.Object
  extended byorg.eclipse.jdt.junit.model.ITestElement.ProgressState
Enclosing class:
ITestElement

public static final class ITestElement.ProgressState
extends Object

Running states of a test.


Field Summary
static ITestElement.ProgressState COMPLETED
          state that describes that the test element has completed
static ITestElement.ProgressState NOT_STARTED
          state that describes that the test element has not started
static ITestElement.ProgressState RUNNING
          state that describes that the test element has is running
static ITestElement.ProgressState STOPPED
          state that describes that the test element has been stopped before being completed
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_STARTED

public static final ITestElement.ProgressState NOT_STARTED
state that describes that the test element has not started


RUNNING

public static final ITestElement.ProgressState RUNNING
state that describes that the test element has is running


STOPPED

public static final ITestElement.ProgressState STOPPED
state that describes that the test element has been stopped before being completed


COMPLETED

public static final ITestElement.ProgressState COMPLETED
state that describes that the test element has completed

Method Detail

toString

public String toString()

Eclipse JDT
Release 3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.