interface IMethodCallFormatter
Responsible to format a method call in reporting.
abstract fun format(method: KCallable<*>, arguments: Array<out Any?>): () -> String
Returns a lazy representation of the method call to method with the given arguments. |