Call
data class Call(val retType: KClass<*>, val invocation: Invocation, val matcher: InvocationMatcher, val fieldValueProvider: BackingFieldValueProvider)
Call happened for stubbed mock
Constructors
Link copied to clipboard
constructor(retType: KClass<*>, invocation: Invocation, matcher: InvocationMatcher, fieldValueProvider: BackingFieldValueProvider)