Recorded Call
data class RecordedCall(val retValue: Any?, val isRetValueMock: Boolean, val retType: KClass<*>, val matcher: InvocationMatcher, val selfChain: RecordedCall?, val argChains: List<Any>?)
Matched call
Constructors
Link copied to clipboard
constructor(retValue: Any?, isRetValueMock: Boolean, retType: KClass<*>, matcher: InvocationMatcher, selfChain: RecordedCall?, argChains: List<Any>?)