strikt-core / strikt.api / expect

expect

fun expect(block: suspend ExpectationBuilder.() -> Unit): Unit

Starts a block of assertions that will all be evaluated regardless of whether earlier ones fail. This is the entry-point for the assertion API.