TestSettings

data class TestSettings(val dispatcherOverride: CoroutineDispatcher? = null, val exceptionHandlerOverride: CoroutineExceptionHandler? = null)

Constructors

Link copied to clipboard
constructor(dispatcherOverride: CoroutineDispatcher? = null, exceptionHandlerOverride: CoroutineExceptionHandler? = null)

Properties

Link copied to clipboard
val dispatcherOverride: CoroutineDispatcher? = null

Set this to override the Container's CoroutineDispatchers for this test

Link copied to clipboard
val exceptionHandlerOverride: CoroutineExceptionHandler? = null

Set this to override the Container's CoroutineExceptionHandlers for this test