RecordedCall

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>?)

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String