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