Uses of Class
org.eclipse.unittest.model.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
Modifier and TypeMethodDescriptionITestElement.getFailureTrace()
Returns the failure trace of this test element ornull
if the test has not resulted in an error or failure.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.