Uses of Class
org.eclipse.unittest.model.ITestElement.Result
-
Packages that use ITestElement.Result Package Description org.eclipse.unittest.model Application programming interfaces representing test elements as shown in the Unit Test view. -
-
Uses of ITestElement.Result in org.eclipse.unittest.model
Methods in org.eclipse.unittest.model that return ITestElement.Result Modifier and Type Method Description static ITestElement.Result
ITestElement.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static ITestElement.Result[]
ITestElement.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.unittest.model with parameters of type ITestElement.Result Modifier and Type Method Description void
ITestRunSession. notifyTestFailed(ITestElement test, ITestElement.Result status, boolean isAssumptionFailed, ITestElement.FailureTrace failureTrace)
Notifies on an individual test failed with a stack trace.
-