public class ExpectedInvocation
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private Invocation |
invocation |
private java.util.List<IArgumentMatcher> |
matchers |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ExpectedInvocation(Invocation invocation,
java.util.List<IArgumentMatcher> matchers) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<IArgumentMatcher> |
createMissingMatchers(Invocation invocation,
java.util.List<IArgumentMatcher> matchers) |
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Method |
getMethod() |
int |
hashCode() |
boolean |
matches(Invocation actual) |
private boolean |
matches(java.lang.Object[] arguments) |
java.lang.String |
toString() |
private static final long serialVersionUID
private final Invocation invocation
private final java.util.List<IArgumentMatcher> matchers
public ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
private java.util.List<IArgumentMatcher> createMissingMatchers(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean matches(Invocation actual)
private boolean matches(java.lang.Object[] arguments)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.reflect.Method getMethod()