assertThatNext

fun <M, F> assertThatNext(vararg matchers: Matcher<Next<M, F>>): UpdateSpec.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