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.
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.