class ObjectFormatterOptions
Provides options to create an ObjectFormatter.
ObjectFormatterOptions(translator: Translator)
Provides options to create an ObjectFormatter. |
fun withDetailedObjectFormatter(): ReporterBuilder.AssertionFormatterControllerOptions
Uses CoreFactory.newDetailedObjectFormatter as ObjectFormatter. |
|
fun withObjectFormatter(factory: (Translator) -> ObjectFormatter): ReporterBuilder.AssertionFormatterControllerOptions
Uses the given factory to build a custom ObjectFormatter. |