doc / ch.tutteli.atrium.reporting / IAssertionPairFormatter

IAssertionPairFormatter

interface IAssertionPairFormatter

Represents a formatter of assertion pairs -- which consists of a ITranslatable and a representation.

Functions

format

abstract fun format(methodObject: AssertionFormatterMethodObject, translatable: ITranslatable, representation: Any): Unit

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