doc / ch.tutteli.atrium.reporting.text.impl / TextSameLineAssertionPairFormatter / format

format

fun format(parameterObject: AssertionFormatterParameterObject, translatable: Translatable, representation: Any): Unit (source)

Overrides AssertionPairFormatter.format

Formats the assertion pair consisting of the given translatable and the given representation and appends the result to the sb of the given parameterObject.

Parameters

parameterObject - The parameter object which contains inter alia the sb to which the result will be appended.

translatable - The description of the assertion pair.

representation - The representation of the assertion pair.