Uses of Class
org.eclipse.jdt.junit.model.ITestElement.Result
-
Packages that use ITestElement.Result Package Description org.eclipse.jdt.junit.model Application programming interfaces representing test elements as shown in the JUnit view. -
-
Uses of ITestElement.Result in org.eclipse.jdt.junit.model
Fields in org.eclipse.jdt.junit.model declared as ITestElement.Result Modifier and Type Field Description static ITestElement.ResultITestElement.Result. ERRORstate that describes that the test result is 'Error'static ITestElement.ResultITestElement.Result. FAILUREstate that describes that the test result is 'Failure'static ITestElement.ResultITestElement.Result. IGNOREDstate that describes that the test result is 'Ignored'static ITestElement.ResultITestElement.Result. OKstate that describes that the test result is 'OK'static ITestElement.ResultITestElement.Result. UNDEFINEDstate that describes that the test result is undefinedMethods in org.eclipse.jdt.junit.model that return ITestElement.Result Modifier and Type Method Description ITestElement.ResultITestElement. getTestResult(boolean includeChildren)Returns the result of the test element.
-