doc / ch.tutteli.atrium.spec.reporting / ToStringObjectFormatter / format

format

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

Overrides IObjectFormatter.format

Returns a formatted version of the given value.

It will return RawString.string in case value is a RawString.

Parameters

value - The value which shall be formatted.

Return
The formatted value.