class AssertionFormatterControllerOptions
(source)Provides options to create an AssertionFormatterController.
AssertionFormatterControllerOptions(objectFormatter: ObjectFormatter, translator: Translator)
Provides options to create an AssertionFormatterController. |
fun withAssertionFormatterController(assertionFormatterController: AssertionFormatterController): ReporterBuilder.AssertionFormatterFacadeOptions
Uses the given assertionFormatterController a custom AssertionFormatterController. |
|
fun withDefaultAssertionFormatterController(): ReporterBuilder.AssertionFormatterFacadeOptions
Uses CoreFactory.newAssertionFormatterController as AssertionFormatterController. |