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