class IndentAssertionGroup : EmptyNameAndRepresentationAssertionGroup (source)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: TranslatableUntranslatable.EMPTY -- an empty string as Untranslatable. | |
| open val representation: AnyRawString.EMPTY -- an empty string as RawString. | |
| open val type: AssertionGroupTypeThe type of the group, e.g. InvisibleAssertionGroupType. |