doc / ch.tutteli.atrium.assertions.builders / AssertionGroupDescriptionAndRepresentationOption / withDescriptionAndEmptyRepresentation

withDescriptionAndEmptyRepresentation

open fun withDescriptionAndEmptyRepresentation(description: String): R

Wraps the given description into an Untranslatable and uses it as AssertionGroup.description and uses Text.EMPTY as AssertionGroup.representation.

open fun withDescriptionAndEmptyRepresentation(description: Translatable): R

Uses the given description as AssertionGroup.description and Text.EMPTY as AssertionGroup.representation.