Uses of Class
org.eclipse.jdt.junit.model.ITestElement.FailureTrace
-
Packages that use ITestElement.FailureTrace Package Description org.eclipse.jdt.junit.model 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.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.
-