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