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

MethodCallFormatter

object MethodCallFormatter : IMethodCallFormatter

Responsible to format a method call in reporting where it represents arguments of a method call by using their Object.toString representation with the exception of:

Functions

format

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

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