class ObjectFormatterOptions
Provides options to create an IObjectFormatter.
ObjectFormatterOptions(translator: ITranslator)
Provides options to create an IObjectFormatter. |
fun withDetailedObjectFormatter(): AssertionFormatterControllerOptions
Uses AtriumFactory.newDetailedObjectFormatter as IObjectFormatter. |
|
fun withObjectFormatter(objectFormatter: IObjectFormatter): AssertionFormatterControllerOptions
Uses the given objectFormatter as IObjectFormatter |