Uses of Class
org.eclipse.jdt.junit.model.ITestElement.FailureTrace
Packages that use ITestElement.FailureTrace
Package
Description
Application programming interfaces representing test elements as shown in the JUnit view.
-
Uses of ITestElement.FailureTrace in org.eclipse.jdt.junit.model
Methods in org.eclipse.jdt.junit.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.