jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudwatch/logs/LogGroupActorTest.kt [79:87]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun writeChannelAndCoroutineIsDisposed() { val channel = actor.channel actor.dispose() assertThatThrownBy { runBlocking { channel.send(CloudWatchLogsActor.Message.LoadForward) } }.isInstanceOf(ClosedSendChannelException::class.java) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudwatch/logs/LogStreamFilterActorTest.kt [113:121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun writeChannelAndCoroutineIsDisposed() { val channel = actor.channel actor.dispose() assertThatThrownBy { runBlocking { channel.send(CloudWatchLogsActor.Message.LoadForward) } }.isInstanceOf(ClosedSendChannelException::class.java) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -