Functions

Link copied to clipboard
fun collectUnhandledException(error: Throwable)
Link copied to clipboard
fun runTest(block: suspend CoroutineScope.() -> Unit)
Link copied to clipboard
fun setUpBase()
Link copied to clipboard
fun tearDownBase()
fun testCoroutineContextIsCreatedForSingleCallOnly()

Properties

Link copied to clipboard
Link copied to clipboard
open override val coroutineContext: CoroutineContext
Link copied to clipboard
val expectedEventsForCall: List<String>
Link copied to clipboard
val plugin: ApplicationPlugin<Unit>
Link copied to clipboard
val testLog: Logger
Link copied to clipboard
open override val timeout: Duration