atrium-core-impl-robstoll-lib / ch.tutteli.atrium.reporting / TextIndentAssertionGroupFormatter / <init>

<init>

TextIndentAssertionGroupFormatter(bulletPoints: Map<Class<out BulletPointIdentifier>, String>, assertionFormatterController: AssertionFormatterController)

Represents an AssertionFormatter which formats AssertionGroups with an IndentAssertionGroupType or rather creates a child-AssertionFormatterMethodObject which proposes to use the bullet point defined for IndentAssertionGroupType for the AssertionGroup.assertions.

Parameters

bulletPoints - The formatter uses the bullet point defined for IndentAssertionGroupType (" ⋄ " if absent) as prefix of the child-AssertionFormatterMethodObject. assertionFormatterController - The controller to which this formatter gives back the control when it comes to format children of an AssertionGroup.

Constructor
Represents an AssertionFormatter which formats AssertionGroups with an IndentAssertionGroupType or rather creates a child-AssertionFormatterMethodObject which proposes to use the bullet point defined for IndentAssertionGroupType for the AssertionGroup.assertions.