kotest-assertions-core / io.kotest.matchers.channels / kotlinx.coroutines.channels.Channel / shouldReceiveAtMost
shouldReceiveAtMost
fun <T> Channel<T>.shouldReceiveAtMost(n: Int): Unit
Asserts that this Channel should receive at most n elements, then close