doc / ch.tutteli.atrium.assertions / IndentAssertionGroup

IndentAssertionGroup

class IndentAssertionGroup : EmptyNameAndRepresentationAssertionGroup (source)
Deprecated: So far indentation was achieved by grouping (which is the solution to go). See AssertImpl.builder for different groups. Will be removed with 1.0.0

Represents an AssertionGroup with a DefaultIndentAssertionGroupType, which means the assertions shall be indented one extra level and description and representation shall be neglected (not reported to the output).

Constructors

<init>

IndentAssertionGroup(assertions: List<Assertion>)

Represents an AssertionGroup with a DefaultIndentAssertionGroupType, which means the assertions shall be indented one extra level and description and representation shall be neglected (not reported to the output).

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

RawString.EMPTY -- an empty string as RawString.

type

open val type: AssertionGroupType

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