java.lang.Object
net.thucydides.model.reports.adaptors.xunit.model.TestException

public class TestException extends Object
A failure or error as represented in an xUnit testcase result.
  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
    • getType

      public String getType()
    • getErrorOutput

      public String getErrorOutput()
    • asAssertionFailure

      public Throwable asAssertionFailure()
    • asException

      public Throwable asException()