kotest-assertions / io.kotest.assertions / MultiAssertionError

MultiAssertionError

class MultiAssertionError : AssertionError

An error that bundles multiple other Throwables together

Constructors

<init>

An error that bundles multiple other Throwables together

MultiAssertionError(errors: List<Throwable>)