doc / ch.tutteli.atrium.reporting / ReporterBuilder / AssertionFormatterControllerOptions

AssertionFormatterControllerOptions

class AssertionFormatterControllerOptions

Provides options to create an AssertionFormatterController.

Constructors

<init>

AssertionFormatterControllerOptions(objectFormatter: ObjectFormatter, translator: Translator)

Provides options to create an AssertionFormatterController.

Functions

withAssertionFormatterController

fun withAssertionFormatterController(assertionFormatterController: AssertionFormatterController): AssertionFormatterFacadeOptions

Uses the given assertionFormatterController a custom AssertionFormatterController.

withDefaultAssertionFormatterController

fun withDefaultAssertionFormatterController(): AssertionFormatterFacadeOptions

Uses AtriumFactory.newAssertionFormatterController as AssertionFormatterController.