Home
last modified time | relevance | path

Searched defs:runBlockingTest (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/
DREADME.md58 ## runBlockingTest section in Module kotlinx-coroutines-test
69 ### Testing regular suspend functions
89 ### Testing `launch` or `async`
121 ### Testing `launch` or `async` with `delay`
153 ### Testing `withTimeout` using `runBlockingTest`
184 ### Using `pauseDispatcher` for explicit execution of `runBlockingTest`
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestBuilders.kt45 public fun runBlockingTest(context: CoroutineContext = EmptyCoroutineContext, testBody: suspend Tes… in runBlockingTest() method
72 public fun TestCoroutineScope.runBlockingTest(block: suspend TestCoroutineScope.() -> Unit) = runBl… in runBlockingTest() method
78 public fun TestCoroutineDispatcher.runBlockingTest(block: suspend TestCoroutineScope.() -> Unit) = … in runBlockingTest() method