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

format

open fun format(value: Any?): String (source)

Overrides ObjectFormatter.format

Returns a formatted version of the given value.

The following rules apply for the representation of an object:

Parameters

value - The value which shall be formatted.

Return
The formatted value.

protected abstract fun format(kClass: KClass<*>): String (source)