addCall

Deprecated

To avoid ambiguity, please use addCaller

Replace with

addCaller(callMethod)

fun addCall(methodDescriptor: String): MethodMatcher

Deprecated

To avoid ambiguity, please use addCaller

Replace with

addCaller(methodDescriptor)

inline fun addCall(init: MethodMatcher.() -> Unit): MethodMatcher

Deprecated

To avoid ambiguity, please use addCaller

Replace with

addCaller { init() }

See also