atrium-impl-common / ch.tutteli.atrium.assertions / OneMessageAssertion / <init>

<init>

OneMessageAssertion(description: ITranslatable, representation: Any, holds: Boolean)

Constructor overload without a lazy Message.holds.

Parameters

description - The Message.description. representation - The Message.representation. holds - The Message.holds. OneMessageAssertion(description: ITranslatable, representation: Any, check: () -> Boolean)

Parameters

description - The Message.description. representation - The Message.representation. check - The check which determines Message.holds.

Constructor