Searched defs:runBlockingTest (Results 1 – 2 of 2) sorted by relevance
58 ## runBlockingTest section in Module kotlinx-coroutines-test69 ### Testing regular suspend functions89 ### Testing `launch` or `async`121 ### Testing `launch` or `async` with `delay`153 ### Testing `withTimeout` using `runBlockingTest`184 ### Using `pauseDispatcher` for explicit execution of `runBlockingTest`
45 public fun runBlockingTest(context: CoroutineContext = EmptyCoroutineContext, testBody: suspend Tes… in runBlockingTest() method72 public fun TestCoroutineScope.runBlockingTest(block: suspend TestCoroutineScope.() -> Unit) = runBl… in runBlockingTest() method78 public fun TestCoroutineDispatcher.runBlockingTest(block: suspend TestCoroutineScope.() -> Unit) = … in runBlockingTest() method