class InvisibleAssertionGroup : EmptyNameAndRepresentationAssertionGroup
(source)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
RawString.EMPTY -- an empty string as RawString. |
|
open val type: AssertionGroupType
The type of the group, e.g. InvisibleAssertionGroupType. |