public class ExpectedInvocation
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ExpectedInvocation(Invocation invocation,
java.util.List<IArgumentMatcher> matchers) |
public ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean matches(Invocation actual)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.reflect.Method getMethod()