Home
last modified time | relevance | path

Searched refs:cleanupTestCoroutines (Results 1 – 10 of 10) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineScope.kt23 public override fun cleanupTestCoroutines() in cleanupTestCoroutines() method
33 override fun cleanupTestCoroutines() { in cleanupTestCoroutines() method
34 coroutineContext.uncaughtExceptionCaptor.cleanupTestCoroutines() in cleanupTestCoroutines()
35 coroutineContext.delayController.cleanupTestCoroutines() in cleanupTestCoroutines()
DTestCoroutineExceptionHandler.kt31 public fun cleanupTestCoroutines() in cleanupTestCoroutines() method
55 override fun cleanupTestCoroutines() { in cleanupTestCoroutines() method in kotlinx.coroutines.test.TestCoroutineExceptionHandler
DDelayController.kt90 public fun cleanupTestCoroutines() method
DTestBuilders.kt56 scope.cleanupTestCoroutines() in runBlockingTest()
DTestCoroutineDispatcher.kt163 override fun cleanupTestCoroutines() { in <lambda>() method in kotlinx.coroutines.test.TestCoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-test/api/
Dkotlinx-coroutines-test.api4 public abstract fun cleanupTestCoroutines ()V
23 public fun cleanupTestCoroutines ()V
39 public fun cleanupTestCoroutines ()V
45 public abstract fun cleanupTestCoroutines ()V
59 public abstract fun cleanupTestCoroutines ()V
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestCoroutineDispatcherOrderTest.kt36 scope.cleanupTestCoroutines() in testAdvanceTimeBy_progressesOnEachDelay()
DTestBuildersTest.kt104 scope.cleanupTestCoroutines() in whenInAsync_runBlocking_nestsProperly()
DTestCoroutineDispatcherTest.kt102 subject.cleanupTestCoroutines() in whenDispatcherHasUncompletedCoroutines_itThrowsErrorInCleanup()
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DREADME.md275 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…