class InvisibleAssertionGroup : EmptyNameAndRepresentationAssertionGroup
Represents an AssertionGroup with an InvisibleAssertionGroupType, which means the grouping should be invisible in reporting.
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. |