Package dev.petuska.klip.runner
Types
Functions
Link copied to clipboard
expect inline fun TestScope.runTest(dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
Content copied to clipboard
expect 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
actual inline fun runTest( context: CoroutineContext = EmptyCoroutineContext, dispatchTimeoutMs: Long, noinline testBody: suspend TestScope.() -> Unit): TestResult
Content copied to clipboard