public class MultipleFailuresError
extends java.lang.AssertionError
MultipleFailuresError
is an AssertionError
which
aggregates multiple AssertionErrors
thrown in a given context
(i.e., typically within the invocation of a single test).Constructor | Description |
---|---|
MultipleFailuresError(java.lang.String heading,
java.util.List<? extends java.lang.Throwable> failures) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.Throwable> |
getFailures() |
|
java.lang.String |
getMessage() |
|
boolean |
hasFailures() |