class AssertionFormatterBuilder
Provides options to create an IAssertionFormatter.
AssertionFormatterBuilder(objectFormatter: IObjectFormatter, translator: ITranslator)
Provides options to create an IAssertionFormatter.  | 
fun withAssertionFormatter(assertionFormatter: IAssertionFormatter): ReporterBuilder
Uses the given assertionFormatter as IAssertionFormatter.  | 
|
fun withSameLineAssertionFormatter(): ReporterBuilder
Uses AtriumFactory.newSameLineAssertionFormatter as IAssertionFormatter.  |