doc / ch.tutteli.atrium.reporting / ReporterBuilder / TextAssertionFormatterOptions / withDefaultTextCapabilities

withDefaultTextCapabilities

fun withDefaultTextCapabilities(vararg bulletPoints: <ERROR CLASS><Class<out BulletPointIdentifier>, String>): ReporterBuilder

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