AssertionGroupDescriptionAndRepresentationOption
Option step which allows to specify AssertionGroup.description and AssertionGroup.representation.
Properties
The previously defined AssertionGroup.type.
Functions
Uses the given description as AssertionGroup.description and Text.EMPTY as AssertionGroup.representation.
Wraps the given description into an Untranslatable and uses it as AssertionGroup.description and uses Text.EMPTY as AssertionGroup.representation.
Uses the given description as AssertionGroup.description and representation as AssertionGroup.representation unless representation is null in which case a representation for null is used (e.g. Text.NULL).
Uses the given description as AssertionGroup.description and representationProvider to create a LazyRepresentation which is used as AssertionGroup.representation.
Wraps the given description into an Untranslatable and delegates to the overload which expects Translatable.
Turns the given description into an Untranslatable and the given representationProvider into a LazyRepresentation and uses them as AssertionGroup.description, AssertionGroup.representation respectively.