Package org.eclipse.jdt.junit.model
Class ITestElement.Result
java.lang.Object
org.eclipse.jdt.junit.model.ITestElement.Result
- Enclosing interface:
- ITestElement
Result states of a test.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ITestElement.Result
state that describes that the test result is 'Error'static final ITestElement.Result
state that describes that the test result is 'Failure'static final ITestElement.Result
state that describes that the test result is 'Ignored'static final ITestElement.Result
state that describes that the test result is 'OK'static final ITestElement.Result
state that describes that the test result is undefined -
Method Summary
-
Field Details
-
UNDEFINED
state that describes that the test result is undefined -
OK
state that describes that the test result is 'OK' -
ERROR
state that describes that the test result is 'Error' -
FAILURE
state that describes that the test result is 'Failure' -
IGNORED
state that describes that the test result is 'Ignored'
-
-
Method Details