Uses of Class
org.eclipse.unittest.model.ITestElement.FailureTrace
Packages that use ITestElement.FailureTrace
Package
Description
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ITestElement.FailureTrace in org.eclipse.unittest.model
Methods in org.eclipse.unittest.model that return ITestElement.FailureTraceModifier and TypeMethodDescriptionITestElement.getFailureTrace()Returns the failure trace of this test element ornullif the test has not resulted in an error or failure.Methods in org.eclipse.unittest.model with parameters of type ITestElement.FailureTraceModifier and TypeMethodDescriptionvoidITestRunSession.notifyTestFailed(ITestElement test, ITestElement.Result status, boolean isAssumptionFailed, ITestElement.FailureTrace failureTrace) Notifies on an individual test failed with a stack trace.