doc / ch.tutteli.atrium.assertions.throwable.thrown / IThrowableThrown / IAbsentThrowableMessageProvider

IAbsentThrowableMessageProvider

interface IAbsentThrowableMessageProvider

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: IRawString

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

Inheritors

TranslatableAsAbsentThrowableMessageProvider

class TranslatableAsAbsentThrowableMessageProvider : IAbsentThrowableMessageProvider

Represents an IThrowableThrown.IAbsentThrowableMessageProvider which is using a given ITranslatable which in $ turn explains an absent Throwable.