Interface TestExecutionSummary.Failure

    • Method Detail

      • getTestIdentifier

        TestIdentifier getTestIdentifier()
        Get the identifier of the failed test or container.
        Returns:
        the TestIdentifier for this failure; never null
      • getException

        java.lang.Throwable getException()
        Get the Throwable causing the failure.
        Returns:
        the Throwable for this failure; never null