doc / ch.tutteli.atrium / IAtriumFactory / newSameLineAssertionFormatter

newSameLineAssertionFormatter

abstract fun newSameLineAssertionFormatter(objectFormatter: IObjectFormatter, translator: ITranslator): IAssertionFormatter

Creates an IAssertionFormatter which puts messages of the form 'a: b' on the same line.

Parameters

objectFormatter - The formatter which is used to format objects other than IAssertion and Message.

Return
The newly created assertion formatter.