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

<init>

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

Parameters

description - The Message.description.

representation - The Message.representation.

holds - The Message.holds.

OneMessageAssertion(description: String, representation: Any, check: () -> Boolean)

Parameters

description - The Message.description.

representation - The Message.representation.

check - The check which determines Message.holds.

Constructor