BaseTest

expect abstract class BaseTest
actual abstract class BaseTest
actual abstract class BaseTest

Functions

Link copied to clipboard
fun _verifyErrors()
Link copied to clipboard
expect fun collectUnhandledException(error: Throwable)
actual fun collectUnhandledException(error: Throwable)
actual fun collectUnhandledException(error: Throwable)
Link copied to clipboard
expect fun runTest(block: suspend CoroutineScope.() -> Unit)
actual fun runTest(block: suspend CoroutineScope.() -> Unit)

Properties

Link copied to clipboard
expect open val timeout: Duration
actual open val timeout: Duration
actual open val timeout: Duration

Inheritors

Link copied to clipboard