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