atrium-core-impl-robstoll-lib / ch.tutteli.atrium.reporting / TextMethodCallFormatter

TextMethodCallFormatter

object TextMethodCallFormatter : MethodCallFormatter

Responsible to format a method call for text output (e.g. to the console) where it represents arguments of a method call by using their Object.toString representation with a few exceptions.

The exceptions are:

Functions

format

fun format(name: String, arguments: Array<out Any?>): () -> String