TestSettings

data class TestSettings(dispatcherOverride: <ERROR CLASS>?, exceptionHandlerOverride: <ERROR CLASS>?)

Properties

Link copied to clipboard
val dispatcherOverride: <ERROR CLASS>? = null

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

Link copied to clipboard
val exceptionHandlerOverride: <ERROR CLASS>? = null

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

Sources

Link copied to clipboard