BaseTest

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

Constructors

Link copied to clipboard
expect fun BaseTest()
actual fun BaseTest()
actual fun BaseTest()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect fun runTest(block: suspend CoroutineScope.() -> Unit)
actual 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