public static interface TestExecutionSummary.Failure
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getException()
Get the
Throwable causing the failure. |
TestIdentifier |
getTestIdentifier()
Get the identifier of the failed test or container.
|
TestIdentifier getTestIdentifier()
TestIdentifier
for this failure; never null
java.lang.Throwable getException()
Throwable
causing the failure.Throwable
for this failure; never null