doc / ch.tutteli.atrium.domain.builders.reporting / TextAssertionFormatterOption / withDefaultTextCapabilities

withDefaultTextCapabilities

open fun withDefaultTextCapabilities(vararg bulletPoints: Pair<Class<out BulletPointIdentifier>, String>): ReporterOption (source)
Deprecated: Use the overload which expects KClass instead; will be removed latest with 1.0.0

Uses CoreFactory.registerTextAssertionFormatterCapabilities to register the default AssertionFormatters intended for text output -- using the defined assertionPairFormatter, AssertionFormatterChosenOptions.objectFormatter and AssertionFormatterChosenOptions.translator -- to the specified AssertionFormatterChosenOptions.assertionFormatterFacade where the given bulletPoints can be used to customise the predefined bullet points.

Have a look at the sub types of BulletPointIdentifier to get a feel for what and how you can customise bullet points.