TestScope

actual typealias TestScope = TestScope
expect interface TestScope
actual typealias TestScope = TestScope
actual interface TestScope

See also

kotlinx.coroutines.test.TestScope
kotlinx.coroutines.test.TestScope

Extensions

Link copied to clipboard
expect inline fun TestScope.runTest(dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
actual inline fun TestScope.runTest(dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult