MethodCallFormatter

Responsible to format a method call in reporting.

Inheritors

Functions

Link copied to clipboard
abstract fun formatArgument(argument: Any?): String

Formats the given argument.

Link copied to clipboard
abstract fun formatCall(methodName: String, arguments: Array<out Any?>): String

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