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: Translatable
Untranslatable.EMPTY -- an empty string as Untranslatable.  | 
|
open val representation: Any
Text.EMPTY -- an empty string as Text.  | 
|
open val type: AssertionGroupType
The type of the group, e.g. InvisibleAssertionGroupType.  |