Class ITestElement.FailureTrace

java.lang.Object
org.eclipse.unittest.model.ITestElement.FailureTrace
Enclosing interface:
ITestElement

public static final class ITestElement.FailureTrace extends Object
A failure trace of a test. This class is not intended to be instantiated or extended by clients.
  • Constructor Details

  • Method Details

    • getTrace

      public String getTrace()
      Returns the failure stack trace.
      Returns:
      the failure stack trace
    • getExpected

      public String getExpected()
      Returns the expected result or null if the trace is not a comparison failure.
      Returns:
      the expected result or null if the trace is not a comparison failure.
    • getActual

      public String getActual()
      Returns the actual result or null if the trace is not a comparison failure.
      Returns:
      the actual result or null if the trace is not a comparison failure.
    • isComparisonFailure

      public boolean isComparisonFailure()
      Returns true in case of comparison failure.
      Returns:
      true in case of comparison failure, otherwise returns false