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

AssertionFormatterFacadeOptions

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

Provides options to create an AssertionFormatterFacade.

Constructors

<init>

AssertionFormatterFacadeOptions(assertionFormatterController: AssertionFormatterController, objectFormatter: ObjectFormatter, translator: Translator)

Provides options to create an AssertionFormatterFacade.

Functions

withAssertionFormatterFacade

fun withAssertionFormatterFacade(factory: (AssertionFormatterController) -> AssertionFormatterFacade): ReporterBuilder.AssertionPairFormatterOptions

Uses the given factory to build a custom AssertionFormatterFacade.

withDefaultAssertionFormatterFacade

fun withDefaultAssertionFormatterFacade(): ReporterBuilder.AssertionPairFormatterOptions

Uses CoreFactory.newAssertionFormatterFacade as AssertionFormatterFacade.