interface BulletPointProvider
(source)
Responsible to provide custom bullet points used in text reporting.
abstract fun getBulletPoints(): Map<KClass<out BulletPointIdentifier>, String> |
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. |