kotest-assertions-core / io.kotest.matchers.channels

Package io.kotest.matchers.channels

Extensions for External Classes

kotlinx.coroutines.channels.Channel

Functions

beClosed

fun <T> beClosed(): Matcher<Channel<T>>

beEmpty

fun <T> beEmpty(): Matcher<Channel<T>>

receiveWithin

fun <T> receiveWithin(duration: Duration): Matcher<Channel<T>>