data class AssertionFormatterChosenOptions
Represents the so far chosen options which are relevant to create AssertionFormatters.
assertionFormatterFacade
- The previously chosen AssertionFormatterFacade
objectFormatter
- The previously chosen ObjectFormatter
translator
- The previously chosen Translator
AssertionFormatterChosenOptions(assertionFormatterFacade: AssertionFormatterFacade, objectFormatter: ObjectFormatter, translator: Translator)
Represents the so far chosen options which are relevant to create AssertionFormatters. |
val assertionFormatterFacade: AssertionFormatterFacade
The previously chosen AssertionFormatterFacade |
|
val objectFormatter: ObjectFormatter
The previously chosen ObjectFormatter |
|
val translator: Translator
The previously chosen Translator |