Eclipse JDT
Kepler

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

java.lang.Object
  extended by org.eclipse.jdt.junit.model.ITestElement.Result
Enclosing interface:
ITestElement

public static final class ITestElement.Result
extends java.lang.Object

Result states of a test.


Field Summary
static ITestElement.Result ERROR
          state that describes that the test result is 'Error'
static ITestElement.Result FAILURE
          state that describes that the test result is 'Failure'
static ITestElement.Result IGNORED
          state that describes that the test result is 'Ignored'
static ITestElement.Result OK
          state that describes that the test result is 'OK'
static ITestElement.Result UNDEFINED
          state that describes that the test result is undefined
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNDEFINED

public static final ITestElement.Result UNDEFINED
state that describes that the test result is undefined


OK

public static final ITestElement.Result OK
state that describes that the test result is 'OK'


ERROR

public static final ITestElement.Result ERROR
state that describes that the test result is 'Error'


FAILURE

public static final ITestElement.Result FAILURE
state that describes that the test result is 'Failure'


IGNORED

public static final ITestElement.Result IGNORED
state that describes that the test result is 'Ignored'

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Eclipse JDT
Kepler

Guidelines for using Eclipse APIs.

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