open fun withDescriptionAndEmptyRepresentation(description: String): R
(source)
Wraps the given description into an Untranslatable and uses it as AssertionGroup.description and uses RawString.EMPTY as AssertionGroup.representation.
open fun withDescriptionAndEmptyRepresentation(description: Translatable): R
(source)
Uses the given description as AssertionGroup.description and RawString.EMPTY as AssertionGroup.representation.