Searched refs:cleanupTestCoroutines (Results 1 – 10 of 10) sorted by relevance
23 public override fun cleanupTestCoroutines() in cleanupTestCoroutines() method33 override fun cleanupTestCoroutines() { in cleanupTestCoroutines() method34 coroutineContext.uncaughtExceptionCaptor.cleanupTestCoroutines() in cleanupTestCoroutines()35 coroutineContext.delayController.cleanupTestCoroutines() in cleanupTestCoroutines()
31 public fun cleanupTestCoroutines() in cleanupTestCoroutines() method55 override fun cleanupTestCoroutines() { in cleanupTestCoroutines() method in kotlinx.coroutines.test.TestCoroutineExceptionHandler
90 public fun cleanupTestCoroutines() method
56 scope.cleanupTestCoroutines() in runBlockingTest()
163 override fun cleanupTestCoroutines() { in <lambda>() method in kotlinx.coroutines.test.TestCoroutineDispatcher
4 public abstract fun cleanupTestCoroutines ()V23 public fun cleanupTestCoroutines ()V39 public fun cleanupTestCoroutines ()V45 public abstract fun cleanupTestCoroutines ()V59 public abstract fun cleanupTestCoroutines ()V
36 scope.cleanupTestCoroutines() in testAdvanceTimeBy_progressesOnEachDelay()
104 scope.cleanupTestCoroutines() in whenInAsync_runBlocking_nestsProperly()
102 subject.cleanupTestCoroutines() in whenDispatcherHasUncompletedCoroutines_itThrowsErrorInCleanup()
275 important to ensure that [cleanupTestCoroutines][TestCoroutineScope.cleanupTestCoroutines] is calle…290 testScope.cleanupTestCoroutines()330 important to ensure that [cleanupTestCoroutines][DelayController.cleanupTestCoroutines] is called a…345 testDispatcher.cleanupTestCoroutines()455 [TestCoroutineScope.cleanupTestCoroutines]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-cor…456 [DelayController.cleanupTestCoroutines]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corout…