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

AssertionFormatterBuilder

class AssertionFormatterBuilder

Provides options to create an IAssertionFormatter.

Constructors

<init>

AssertionFormatterBuilder(objectFormatter: IObjectFormatter, translator: ITranslator)

Provides options to create an IAssertionFormatter.

Functions

withAssertionFormatter

fun withAssertionFormatter(assertionFormatter: IAssertionFormatter): ReporterBuilder

Uses the given assertionFormatter as IAssertionFormatter.

withSameLineAssertionFormatter

fun withSameLineAssertionFormatter(): ReporterBuilder

Uses AtriumFactory.newSameLineAssertionFormatter as IAssertionFormatter.