atrium-core-impl-robstoll-lib / ch.tutteli.atrium.reporting / DetailedObjectFormatter / format

format

fun format(value: Any?): String

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.