doc / ch.tutteli.atrium.reporting.impl / DefaultAssertionFormatterController / register

register

fun register(assertionFormatter: AssertionFormatter): Unit (source)

Overrides AssertionFormatterController.register

Registers the given assertionFormatter, which means it will be considered when an Assertion shall be formatted.

Parameters

assertionFormatter - The AssertionFormatter which shall be considered when format is called.