OneMessageAssertion(description: ITranslatable, representation: Any, holds: Boolean)
Constructor overload without a lazy Message.holds.
description - The Message.description.
representation - The Message.representation.
holds - The Message.holds.
OneMessageAssertion(description: ITranslatable, representation: Any, check: () -> Boolean)
description - The Message.description.
representation - The Message.representation.
check - The check which determines Message.holds.
Constructor