data class BasicAssertionGroup : AssertionGroup (source)A default implementation for AssertionGroup -- it has a certain type, a description, a representation and of course assertions.
BasicAssertionGroup(type: AssertionGroupType, description: Translatable, representation: Any, assertions: List<Assertion>)
A default implementation for AssertionGroup.  | 
val assertions: List<Assertion>
The assertions of this group, which are defined for the subject represented by representation.  | 
|
val description: Translatable
The description of the group.  | 
|
val representation: Any
The representation of the subject for which the assertions are defined.  | 
|
val type: AssertionGroupType
The type of the group, e.g. FeatureAssertionGroupType.  | 
open val  | 
|
open val  | 
open fun holds(): Boolean
Holds if all its assertions hold.  |