jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudwatch/logs/LogGroupSearchActorTest.kt [84:92]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun writeChannelAndCoroutineIsDisposed() { val channel = actor.channel actor.dispose() assertThatThrownBy { runBlocking { channel.send(CloudWatchLogsActor.Message.LoadBackward) } }.isInstanceOf(ClosedSendChannelException::class.java) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudwatch/logs/LogStreamListActorTest.kt [156:164]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun writeChannelAndCoroutineIsDisposed() { val channel = actor.channel actor.dispose() assertThatThrownBy { runBlocking { channel.send(CloudWatchLogsActor.Message.LoadBackward) } }.isInstanceOf(ClosedSendChannelException::class.java) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -