Class ITestElement.ProgressState

java.lang.Object
org.eclipse.jdt.junit.model.ITestElement.ProgressState
Enclosing interface:
ITestElement

public static final class ITestElement.ProgressState extends Object
Running states of a test.
  • Field Details

    • 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 Details