doc / ch.tutteli.atrium.reporting.text / BulletPointProvider

BulletPointProvider

interface BulletPointProvider (source)

Responsible to provide custom bullet points used in text reporting.

Functions

getBulletPoints

abstract fun getBulletPoints(): Map<KClass<out BulletPointIdentifier>, String>

Inheritors

UsingDefaultBulletPoints

object UsingDefaultBulletPoints : BulletPointProvider

Does not define custom bullet points, i.e. returns an empty map for getBulletPoints so that the default bullet points are used.