public static final class ITestElement.Result extends Object
Modifier and Type | Field and Description |
---|---|
static ITestElement.Result |
ERROR
state that describes that the test result is 'Error'
|
static ITestElement.Result |
FAILURE
state that describes that the test result is 'Failure'
|
static ITestElement.Result |
IGNORED
state that describes that the test result is 'Ignored'
|
static ITestElement.Result |
OK
state that describes that the test result is 'OK'
|
static ITestElement.Result |
UNDEFINED
state that describes that the test result is undefined
|
public static final ITestElement.Result UNDEFINED
public static final ITestElement.Result OK
public static final ITestElement.Result ERROR
public static final ITestElement.Result FAILURE
public static final ITestElement.Result IGNORED
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.