public static final class ITestElement.FailureTrace extends Object
Constructor and Description |
---|
FailureTrace(String trace,
String expected,
String actual) |
Modifier and Type | Method and Description |
---|---|
String |
getActual()
Returns the actual result or
null if the trace is not a comparison failure. |
String |
getExpected()
Returns the expected result or
null if the trace is not a comparison failure. |
String |
getTrace()
Returns the failure stack trace.
|
public String getTrace()
public String getExpected()
null
if the trace is not a comparison failure.null
if the trace is not a comparison failure.public String getActual()
null
if the trace is not a comparison failure.null
if the trace is not a comparison failure.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.