Uses of Class
org.eclipse.unittest.model.ITestElement.FailureTrace
-
Packages that use ITestElement.FailureTrace Package Description org.eclipse.unittest.model 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.FailureTrace Modifier and Type Method Description ITestElement.FailureTraceITestElement. 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.FailureTrace Modifier and Type Method Description voidITestRunSession. notifyTestFailed(ITestElement test, ITestElement.Result status, boolean isAssumptionFailed, ITestElement.FailureTrace failureTrace)Notifies on an individual test failed with a stack trace.
-