public class Call
Call happened for stubbed mock
| Constructor and Description |
|---|
Call(kotlin.reflect.KClass<?> retType,
Invocation invocation,
InvocationMatcher matcher,
kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> fieldValueProvider)
Call happened for stubbed mock
|
| Modifier and Type | Method and Description |
|---|---|
kotlin.reflect.KClass<?> |
component1() |
Invocation |
component2() |
InvocationMatcher |
component3() |
kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> |
component4() |
Call |
copy(kotlin.reflect.KClass<?> retType,
Invocation invocation,
InvocationMatcher matcher,
kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> fieldValueProvider)
Call happened for stubbed mock
|
boolean |
equals(java.lang.Object p) |
kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> |
getFieldValueProvider() |
Invocation |
getInvocation() |
InvocationMatcher |
getMatcher() |
kotlin.reflect.KClass<?> |
getRetType() |
int |
hashCode() |
java.lang.String |
toString() |
public Call(kotlin.reflect.KClass<?> retType,
Invocation invocation,
InvocationMatcher matcher,
kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> fieldValueProvider)
Call happened for stubbed mock
public kotlin.reflect.KClass<?> getRetType()
public Invocation getInvocation()
public InvocationMatcher getMatcher()
public kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> getFieldValueProvider()
public kotlin.reflect.KClass<?> component1()
public Invocation component2()
public InvocationMatcher component3()
public kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> component4()
public Call copy(kotlin.reflect.KClass<?> retType, Invocation invocation, InvocationMatcher matcher, kotlin.jvm.functions.Function0<io.mockk.BackingFieldValue> fieldValueProvider)
Call happened for stubbed mock
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)