Uses of Class
org.eclipse.jdt.junit.model.ITestElement.Result
Package
Description
Application programming interfaces representing test elements as shown in the JUnit view.
-
Uses of ITestElement.Result in org.eclipse.jdt.junit.model
Modifier and TypeFieldDescriptionstatic final ITestElement.Result
ITestElement.Result.ERROR
state that describes that the test result is 'Error'static final ITestElement.Result
ITestElement.Result.FAILURE
state that describes that the test result is 'Failure'static final ITestElement.Result
ITestElement.Result.IGNORED
state that describes that the test result is 'Ignored'static final ITestElement.Result
ITestElement.Result.OK
state that describes that the test result is 'OK'static final ITestElement.Result
ITestElement.Result.UNDEFINED
state that describes that the test result is undefinedModifier and TypeMethodDescriptionITestElement.getTestResult
(boolean includeChildren) Returns the result of the test element.