Package-level declarations

Functions

Link copied to clipboard
fun runTestWithRealTime(    context: CoroutineContext = EmptyCoroutineContext,     timeout: Duration = 60.seconds,     testBody: suspend CoroutineScope.() -> Unit): TestResult
Link copied to clipboard
expect fun testSuspend(    context: CoroutineContext = EmptyCoroutineContext,     timeoutMillis: Long = 60L * 1000L,     block: suspend CoroutineScope.() -> Unit): TestResult

Test runner for common suspend tests.

actual fun testSuspend(context: CoroutineContext, timeoutMillis: Long, block: suspend CoroutineScope.() -> Unit): TestResult

Test runner for js suspend tests.

actual fun testSuspend(context: CoroutineContext, timeoutMillis: Long, block: suspend CoroutineScope.() -> Unit): TestResult

Test runner for jvm suspend tests.

actual fun testSuspend(context: CoroutineContext, timeoutMillis: Long, block: suspend CoroutineScope.() -> Unit): TestResult

Test runner for native suspend tests.

actual fun testSuspend(context: CoroutineContext, timeoutMillis: Long, block: suspend CoroutineScope.() -> Unit): TestResult

Test runner for js suspend tests.