doc / ch.tutteli.atrium.domain.builders.reporting / AssertionFormatterChosenOptions

AssertionFormatterChosenOptions

data class AssertionFormatterChosenOptions (source)

Represents the so far chosen options which are relevant to create AssertionFormatters.

Parameters

assertionFormatterFacade - The previously chosen AssertionFormatterFacade

objectFormatter - The previously chosen ObjectFormatter

translator - The previously chosen Translator

Constructors

<init>

AssertionFormatterChosenOptions(assertionFormatterFacade: AssertionFormatterFacade, objectFormatter: ObjectFormatter, translator: Translator)

Represents the so far chosen options which are relevant to create AssertionFormatters.

Properties

assertionFormatterFacade

val assertionFormatterFacade: AssertionFormatterFacade

The previously chosen AssertionFormatterFacade

objectFormatter

val objectFormatter: ObjectFormatter

The previously chosen ObjectFormatter

translator

val translator: Translator

The previously chosen Translator