repeatedIgnore

fun <T> ExpectationReceiver<T>.repeatedIgnore(    min: Int? = null,     max: Int? = null,     itemBuilder: ItemExpectationBuilder<Nothing>.() -> Unit): ExpectationStateCallbackBuilder<T, List<Nothing>>

Repeatedly runs the provided expectations without storing anything.

Identical to repeated with R set to Nothing.