public class RecordedCall
Matched call
| Constructor and Description |
|---|
RecordedCall(java.lang.Object retValue,
boolean isRetValueMock,
kotlin.reflect.KClass<?> retType,
InvocationMatcher matcher,
RecordedCall selfChain,
java.util.List<? extends java.lang.Object> argChains)
Matched call
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
component1() |
boolean |
component2() |
kotlin.reflect.KClass<?> |
component3() |
InvocationMatcher |
component4() |
RecordedCall |
component5() |
java.util.List<java.lang.Object> |
component6() |
RecordedCall |
copy(java.lang.Object retValue,
boolean isRetValueMock,
kotlin.reflect.KClass<?> retType,
InvocationMatcher matcher,
RecordedCall selfChain,
java.util.List<? extends java.lang.Object> argChains)
Matched call
|
boolean |
equals(java.lang.Object other) |
java.util.List<java.lang.Object> |
getArgChains() |
InvocationMatcher |
getMatcher() |
kotlin.reflect.KClass<?> |
getRetType() |
java.lang.Object |
getRetValue() |
RecordedCall |
getSelfChain() |
int |
hashCode() |
boolean |
isRetValueMock() |
java.lang.String |
toString() |
public RecordedCall(java.lang.Object retValue,
boolean isRetValueMock,
kotlin.reflect.KClass<?> retType,
InvocationMatcher matcher,
RecordedCall selfChain,
java.util.List<? extends java.lang.Object> argChains)
Matched call
public java.lang.String toString()
public boolean equals(java.lang.Object other)
public int hashCode()
public java.lang.Object getRetValue()
public boolean isRetValueMock()
public kotlin.reflect.KClass<?> getRetType()
public InvocationMatcher getMatcher()
public RecordedCall getSelfChain()
public java.util.List<java.lang.Object> getArgChains()
public java.lang.Object component1()
public boolean component2()
public kotlin.reflect.KClass<?> component3()
public InvocationMatcher component4()
public RecordedCall component5()
public java.util.List<java.lang.Object> component6()
public RecordedCall copy(java.lang.Object retValue, boolean isRetValueMock, kotlin.reflect.KClass<?> retType, InvocationMatcher matcher, RecordedCall selfChain, java.util.List<? extends java.lang.Object> argChains)
Matched call