atrium-impl-robstoll / ch.tutteli.atrium.reporting / MethodCallFormatter / format

format

fun format(method: KCallable<*>, arguments: Array<out Any?>): () -> String

Overrides IMethodCallFormatter.format

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

Return
An lambda containing the logic to build the representation