interface AbsentThrowableMessageProviderFactory
Defines the minimum set of ThrowableThrown.AbsentThrowableMessageProviders, which an implementation of the domain of Atrium has to provide.
abstract fun translatableBased(translatable: Translatable): ThrowableThrown.AbsentThrowableMessageProvider |
object
Delegates inter alia to the implementation of ch.tutteli.atrium.domain.creating.throwable.thrown.providers.AbsentThrowableMessageProviderFactory. In detail, it implements ch.tutteli.atrium.domain.creating.throwable.thrown.providers.AbsentThrowableMessageProviderFactory by delegating to absentThrowableMessageProviderFactory which in turn delegates to the implementation via loadSingleService. |