TestSettings

data class TestSettings(val dispatcherOverride: CoroutineDispatcher? = null, val exceptionHandlerOverride: CoroutineExceptionHandler? = null, val autoCheckInitialState: Boolean = true)(source)

Constructors

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

Properties

Link copied to clipboard

Set this to override the explicit initial state check for this test

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