public static final class ITestElement.ProgressState extends Object
Modifier and Type | Field and Description |
---|---|
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
|
public static final ITestElement.ProgressState NOT_STARTED
public static final ITestElement.ProgressState RUNNING
public static final ITestElement.ProgressState STOPPED
public static final ITestElement.ProgressState COMPLETED
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.