kotlin-flow-extensions
kotlin-flow-extensions copied to clipboard
ReplaySubjectSizeAndTimeBoundTest.cancelledOneCollectorSecondCompletes failed
hu.akarnokd.kotlin.flow.ReplaySubjectSizeAndTimeBoundTest > cancelledOneCollectorSecondCompletes FAILED
java.lang.AssertionError: expected:<true> but was:<false>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at kotlin.test.junit.JUnitAsserter.assertEquals(JUnitSupport.kt:32)
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:57)
at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals$default(Assertions.kt:56)
at kotlin.test.AssertionsKt.assertEquals$default(Unknown Source)
at hu.akarnokd.kotlin.flow.ReplaySubjectSizeAndTimeBoundTest$cancelledOneCollectorSecondCompletes$1$1.invokeSuspend(ReplaySubjectSizeAndTimeBoundTest.kt:520)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:84)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at hu.akarnokd.kotlin.flow.ReplaySubjectSizeAndTimeBoundTest.cancelledOneCollectorSecondCompletes(ReplaySubjectSizeAndTimeBoundTest.kt:487)