class ExplanatoryAssertionGroup : EmptyNameAndRepresentationAssertionGroup
Represents an AssertionGroup with an ExplanatoryAssertionGroupType, which means a Reporter should not
show whether the assertions hold or not -- moreover holds always returns true
.
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. |
fun holds(): Boolean
Holds if all its assertions hold. |