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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retType: KClass<*>