interface AssertionFormatterFacadeOption
(source)
Provides options to create an AssertionFormatterFacade.
abstract val assertionFormatterController: AssertionFormatterController
The previously chosen AssertionFormatterController |
|
abstract val objectFormatter: ObjectFormatter
The previously chosen ObjectFormatter |
|
abstract val translator: Translator
The previously chosen Translator |
abstract fun withAssertionFormatterFacade(factory: (AssertionFormatterController) -> AssertionFormatterFacade): AssertionPairFormatterOption
Uses the given factory to build a custom AssertionFormatterFacade. |
|
abstract fun withDefaultAssertionFormatterFacade(): AssertionPairFormatterOption
Uses CoreFactory.newAssertionFormatterFacade as AssertionFormatterFacade. |
fun create(assertionFormatterController: AssertionFormatterController, objectFormatter: ObjectFormatter, translator: Translator): AssertionFormatterFacadeOption |