doc / ch.tutteli.atrium.reporting / AssertionPairFormatter

AssertionPairFormatter

interface AssertionPairFormatter

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

Functions

format

abstract fun format(methodObject: AssertionFormatterMethodObject, translatable: Translatable, 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.