doc / ch.tutteli.atrium.reporting / MethodCallFormatter

MethodCallFormatter

interface MethodCallFormatter

Responsible to format a method call in reporting.

Functions

format

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

Returns a lazy representation of the method call to a method named name with the given arguments.