doc / ch.tutteli.atrium.reporting / ReporterBuilder / ObjectFormatterOptions

ObjectFormatterOptions

class ObjectFormatterOptions

Provides options to create an IObjectFormatter.

Constructors

<init>

ObjectFormatterOptions(translator: ITranslator)

Provides options to create an IObjectFormatter.

Functions

withDetailedObjectFormatter

fun withDetailedObjectFormatter(): AssertionFormatterControllerOptions

Uses AtriumFactory.newDetailedObjectFormatter as IObjectFormatter.

withObjectFormatter

fun withObjectFormatter(objectFormatter: IObjectFormatter): AssertionFormatterControllerOptions

Uses the given objectFormatter as IObjectFormatter