runTest
expect inline fun runTest( context: CoroutineContext = EmptyCoroutineContext, dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
Content copied to clipboard
expect inline fun TestScope.runTest(dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
Content copied to clipboard
See also
kotlinx.coroutines.test.runTest
actual inline fun runTest( context: CoroutineContext = EmptyCoroutineContext, dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
Content copied to clipboard
actual inline fun TestScope.runTest(dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
Content copied to clipboard
See also
kotlinx.coroutines.test.runTest