Interface TestExecutionSummary.Failure

All Superinterfaces:
Serializable
Enclosing interface:
TestExecutionSummary

public static interface TestExecutionSummary.Failure extends Serializable
Failure of a test or container.
  • Method Details

    • getTestIdentifier

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

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