class IndentAssertionGroup : EmptyNameAndRepresentationAssertionGroup
Represents an AssertionGroup with a DefaultIndentAssertionGroupType, which means the assertions shall be indented one extra level and description and representation shall be neglected (not reported to the output).
IndentAssertionGroup(assertions: List<Assertion>)
Represents an AssertionGroup with a DefaultIndentAssertionGroupType, which means the assertions shall be indented one extra level and description and representation shall be neglected (not reported to the output). |
open val assertions: List<Assertion>
The assertions of this group. |
|
open val description: Translatable
Untranslatable.EMPTY -- an empty string as Untranslatable. |
|
open val representation: Any
RawString.EMPTY -- an empty string as RawString. |
|
open val type: AssertionGroupType
The type of the group, e.g. InvisibleAssertionGroupType. |