doc / ch.tutteli.atrium.assertions.throwable.thrown / ThrowableThrown / AbsentThrowableMessageProvider

AbsentThrowableMessageProvider

interface AbsentThrowableMessageProvider
Deprecated: Use the interface from package domain.creating; will be removed with 1.0.0

Provides a message which can be used in reporting to represent the case that no Throwable at all was thrown.

Properties

message

abstract val message: RawString

The message can be used in reporting to represent the case that no Throwable was thrown at all.

Inheritors

TranslatableAsAbsentThrowableMessageProvider

class TranslatableAsAbsentThrowableMessageProvider : ThrowableThrown.AbsentThrowableMessageProvider

Represents a ThrowableThrown.AbsentThrowableMessageProvider which is using a given Translatable which in $ turn explains an absent Throwable.