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

AssertionFormatterControllerOptions

class AssertionFormatterControllerOptions
Deprecated: Use the builder from package domain.builders.reporting; will be removed with 1.0.0

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): ReporterBuilder.AssertionFormatterFacadeOptions

Uses the given assertionFormatterController a custom AssertionFormatterController.

withDefaultAssertionFormatterController

fun withDefaultAssertionFormatterController(): ReporterBuilder.AssertionFormatterFacadeOptions

Uses CoreFactory.newAssertionFormatterController as AssertionFormatterController.