kotest-assertions / io.kotest.properties / _assertAll

_assertAll

fun <A> _assertAll(iterations: Int, values: Sequence<A>, shrinkera: Shrinker<A>?, fn: PropertyContext.(a: A) -> Unit): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0


fun <A, B> _assertAll(iterations: Int, values: Sequence<Pair<A, B>>, shrinkera: Shrinker<A>?, shrinkerb: Shrinker<B>?, fn: PropertyContext.(a: A, b: B) -> Unit): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0