Package | Description |
---|---|
org.eclipse.jdt.junit.model |
Application programming interfaces representing test elements as shown in the JUnit view.
|
Modifier and Type | Field and Description |
---|---|
static ITestElement.Result |
ITestElement.Result.ERROR
state that describes that the test result is 'Error'
|
static ITestElement.Result |
ITestElement.Result.FAILURE
state that describes that the test result is 'Failure'
|
static ITestElement.Result |
ITestElement.Result.IGNORED
state that describes that the test result is 'Ignored'
|
static ITestElement.Result |
ITestElement.Result.OK
state that describes that the test result is 'OK'
|
static ITestElement.Result |
ITestElement.Result.UNDEFINED
state that describes that the test result is undefined
|
Modifier and Type | Method and Description |
---|---|
ITestElement.Result |
ITestElement.getTestResult(boolean includeChildren)
Returns the result of the test element.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.