Package dev.petuska.klip.runner

Types

Link copied to clipboard
actual typealias TestResult = Unit
expect class TestResult
actual typealias TestResult = Promise<Unit>
actual typealias TestResult = Unit
actual typealias TestResult = Unit
actual class TestResult
Link copied to clipboard
actual typealias TestScope = TestScope
expect interface TestScope
actual typealias TestScope = TestScope
actual interface TestScope

Functions

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