Searched refs:UncompletedCoroutinesError (Results 1 – 12 of 12) sorted by relevance
81 assertIs<UncompletedCoroutinesError>(e) in <lambda>()102 assertIs<UncompletedCoroutinesError>(e) in <lambda>()122 assertIs<UncompletedCoroutinesError>(e) in <lambda>()147 } catch (e: UncompletedCoroutinesError) { in <lambda>()168 } catch (e: UncompletedCoroutinesError) { in <lambda>()209 } catch (e: UncompletedCoroutinesError) { in <lambda>()
99 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()115 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()132 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()377 } catch (_: UncompletedCoroutinesError) { in <lambda>()407 } catch (_: UncompletedCoroutinesError) { in <lambda>()
349 timeoutError = UncompletedCoroutinesError(message) in runTest()515 } catch (e: UncompletedCoroutinesError) { in runTestCoroutineLegacy()535 } catch (e: UncompletedCoroutinesError) { in handleTimeout()552 val error = UncompletedCoroutinesError(message) in handleTimeout()
270 throw UncompletedCoroutinesError( in legacyLeave()276 throw UncompletedCoroutinesError( in legacyLeave()325 internal class UncompletedCoroutinesError(message: String) : AssertionError(message) class
103 } catch (e: UncompletedCoroutinesError) { in runBlockingTestOnTestScope()112 … throw UncompletedCoroutinesError("Some jobs were not completed at the end of the test: $jobs") in runBlockingTestOnTestScope()183 } catch (e: UncompletedCoroutinesError) { in runBlockingTest()
96 } catch (e: UncompletedCoroutinesError) { in cleanupTestCoroutines()114 throw UncompletedCoroutinesError( in cleanupTestCoroutines()120 throw UncompletedCoroutinesError("Test finished with active jobs: $jobs") in cleanupTestCoroutines()
203 throw UncompletedCoroutinesError( in advanceTimeBy()
71 assertFailsWith<UncompletedCoroutinesError> { fn() } in <lambda>()94 } catch (e: UncompletedCoroutinesError) { in <lambda>()
74 assertFailsWith<UncompletedCoroutinesError> { subject.cleanupTestCoroutines() } in whenDispatcherHasUncompletedCoroutines_itThrowsErrorInCleanup()
205 } catch (e: UncompletedCoroutinesError) { in <lambda>()
293 assertFailsWith<UncompletedCoroutinesError> { in <lambda>()
30 } catch (e: UncompletedCoroutinesError) { in testDumpOnTimeout()