Searched refs:legacyLeave (Results 1 – 6 of 6) sorted by relevance
99 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()115 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()132 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()166 val e = asSpecificImplementation().legacyLeave() in <lambda>()
23 assertEquals(listOf(), scope.asSpecificImplementation().legacyLeave()) in <lambda>()
253 throwAll(null, asSpecificImplementation().legacyLeave()) in TestScope()
102 scope.legacyLeave() in runBlockingTestOnTestScope()109 throwAll(null, scope.legacyLeave()) in runBlockingTestOnTestScope()
259 fun legacyLeave(): List<Throwable> { in legacyLeave() method
399 it.legacyLeave() in runTest()