doc / ch.tutteli.atrium.assertions / IndentAssertionGroup

IndentAssertionGroup

class IndentAssertionGroup : EmptyNameAndSubjectAssertionGroup

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

Constructors

<init>

IndentAssertionGroup(assertions: List<Assertion>)

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

Inherited Properties

assertions

open val assertions: List<Assertion>

The assertions of this group, which are defined for subject.

name

open val name: Translatable

Untranslatable.EMPTY -- an empty string as Untranslatable.

subject

open val subject: Any

The empty string.

type

open val type: AssertionGroupType

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