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
Set this to override the OrbitContainer's CoroutineDispatchers for this test
Link copied to clipboard
Set this to override the OrbitContainer's CoroutineExceptionHandlers for this test