interface ObjectFormatter
Represents a formatter for objects.
Typically it formats AssertionPlant.subjects and expected values of Assertions.
format
abstract fun format(value: Any?): String
Returns a formatted version of the given value.