assertThatFirst

fun <M, F> assertThatFirst(vararg matchers: Matcher<First<M, F>>): InitSpec.Assert<M, F>

Convenience function for creating assertions.

Return

an Assert that applies all the matchers

Parameters

matchers

an array of matchers, all of which must match

M

the model type

F

the effect type