doc / ch.tutteli.atrium.assertions / InvisibleAssertionGroup

InvisibleAssertionGroup

class InvisibleAssertionGroup : EmptyNameAndRepresentationAssertionGroup
Deprecated: Use AssertionGroup, do not rely on this specific type, will be made internal with 1.0.0

Represents an AssertionGroup with an InvisibleAssertionGroupType, which means the grouping should be invisible in reporting.

Inherited Properties

assertions

open val assertions: List<Assertion>

The assertions of this group.

description

open val description: Translatable

Untranslatable.EMPTY -- an empty string as Untranslatable.

representation

open val representation: Any

Text.EMPTY -- an empty string as Text.

type

open val type: AssertionGroupType

The type of the group, e.g. InvisibleAssertionGroupType.