Multiple Failures Error
expect open class MultipleFailuresError(heading: String?, failures: List<Throwable>) : AssertionError
actual open class MultipleFailuresError(heading: String?, val failures: List<Throwable>) : AssertionError
MultipleFailuresError is an AssertionError that aggregates multiple failures thrown in a given context (i.e., typically within the invocation of a single test).
Author
Johannes Link
Sam Brannen
Marc Philipp
Since
1.0
Author
Johannes Link
Sam Brannen
Marc Philipp