Class ITestElement.FailureTrace
java.lang.Object
org.eclipse.jdt.junit.model.ITestElement.FailureTrace
- Enclosing interface:
ITestElement
A failure trace of a test.
This class is not intended to be instantiated or extended by clients.
- Since:
- 3.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FailureTrace
-
-
Method Details
-
getTrace
-
getExpected
Returns the expected result ornullif the trace is not a comparison failure.- Returns:
- the expected result or
nullif the trace is not a comparison failure.
-
getActual
Returns the actual result ornullif the trace is not a comparison failure.- Returns:
- the actual result or
nullif the trace is not a comparison failure.
-