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