kotest-assertions-core / io.kotest.matchers.channels / kotlinx.coroutines.channels.Channel / shouldReceiveAtLeast

shouldReceiveAtLeast

fun <T> Channel<T>.shouldReceiveAtLeast(n: Int): Unit

Asserts that this Channel should receive at least n elements