public class InvocationMatcher
Checks if invocation is matching via number of matchers
| Constructor and Description |
|---|
InvocationMatcher(java.lang.Object self,
MethodDescription method,
java.util.List<? extends io.mockk.Matcher<java.lang.Object>> args,
boolean allAny)
Checks if invocation is matching via number of matchers
|
| Modifier and Type | Method and Description |
|---|---|
void |
captureAnswer(Invocation invocation) |
java.lang.Object |
component1() |
MethodDescription |
component2() |
java.util.List<io.mockk.Matcher> |
component3() |
boolean |
component4() |
InvocationMatcher |
copy(java.lang.Object self,
MethodDescription method,
java.util.List<? extends io.mockk.Matcher<java.lang.Object>> args,
boolean allAny)
Checks if invocation is matching via number of matchers
|
boolean |
equals(java.lang.Object other) |
boolean |
getAllAny() |
java.util.List<io.mockk.Matcher> |
getArgs() |
MethodDescription |
getMethod() |
java.lang.Object |
getSelf() |
int |
hashCode() |
boolean |
match(Invocation invocation) |
InvocationMatcher |
substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map) |
java.lang.String |
toString() |
public InvocationMatcher(java.lang.Object self,
MethodDescription method,
java.util.List<? extends io.mockk.Matcher<java.lang.Object>> args,
boolean allAny)
Checks if invocation is matching via number of matchers
public InvocationMatcher substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map)
public boolean match(Invocation invocation)
public void captureAnswer(Invocation invocation)
public boolean equals(java.lang.Object other)
public int hashCode()
public java.lang.String toString()
public java.lang.Object getSelf()
public MethodDescription getMethod()
public java.util.List<io.mockk.Matcher> getArgs()
public boolean getAllAny()
public java.lang.Object component1()
public MethodDescription component2()
public java.util.List<io.mockk.Matcher> component3()
public boolean component4()
public InvocationMatcher copy(java.lang.Object self, MethodDescription method, java.util.List<? extends io.mockk.Matcher<java.lang.Object>> args, boolean allAny)
Checks if invocation is matching via number of matchers