interface ObjectFormatter
(source)
Represents a formatter for objects.
Typically it formats the subject of the formulated expectation including the expected values.
abstract fun format(value: Any?): String
Returns a formatted version of the given value. |
interface TextObjectFormatter : ObjectFormatter
Marker interface for ObjectFormatter which are intended for text output, e.g. for terminal output. |