doc / ch.tutteli.atrium.assertions.builders / DescriptiveLikeAssertionDescriptionOption / withDescriptionAndNullableRepresentation

withDescriptionAndNullableRepresentation

open fun withDescriptionAndNullableRepresentation(description: Translatable, representation: Any?): R (source)

Uses the given description as DescriptiveAssertion.description and representation as DescriptiveAssertion.representation unless representation is null in which case RawString.NULL is used.