Uses of Enum Class
org.eclipse.unittest.model.ITestElement.Result
Packages that use 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
Subclasses with type arguments of type ITestElement.Result in org.eclipse.unittest.modelMethods in org.eclipse.unittest.model that return ITestElement.ResultModifier and TypeMethodDescriptionstatic ITestElement.ResultReturns 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.Methods in org.eclipse.unittest.model with parameters of type ITestElement.ResultModifier and TypeMethodDescriptionvoidITestRunSession.notifyTestFailed(ITestElement test, ITestElement.Result status, boolean isAssumptionFailed, ITestElement.FailureTrace failureTrace) Notifies on an individual test failed with a stack trace.