InconsistencyAssertHandlerImpl

class InconsistencyAssertHandlerImpl(observeIsDebugModeEnabled: ObserveIsDebugModeEnabledUseCase, val coroutineScope: CoroutineScope) : InconsistencyAssertHandler

Constructors

Link copied to clipboard
constructor(observeIsDebugModeEnabled: ObserveIsDebugModeEnabledUseCase, coroutineScope: CoroutineScope)

Properties

Link copied to clipboard
val coroutineScope: CoroutineScope

Functions

Link copied to clipboard
open override fun assert(message: String)
Link copied to clipboard
open override fun isEnabled(): Boolean