doc / ch.tutteli.atrium.reporting / ObjectFormatter

ObjectFormatter

interface ObjectFormatter (source)

Represents a formatter for objects.

Typically it formats AssertionPlant.subjects and expected values of Assertions.

Functions

format

abstract fun format(value: Any?): String

Returns a formatted version of the given value.