Eclipse JDT
Release 3.8

Uses of Class
org.eclipse.jdt.junit.model.ITestElement.Result

Packages that use ITestElement.Result
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
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
 

Methods in org.eclipse.jdt.junit.model that return ITestElement.Result
 ITestElement.Result ITestElement.getTestResult(boolean includeChildren)
          Returns the result of the test element.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.