|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.junit.model.ITestElement.Result
public static final class ITestElement.Result
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 | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ITestElement.Result UNDEFINED
public static final ITestElement.Result OK
public static final ITestElement.Result ERROR
public static final ITestElement.Result FAILURE
public static final ITestElement.Result IGNORED
Method Detail |
---|
public String toString()
toString
in class Object
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.