java.lang.Object
org.easymock.internal.ExpectedInvocation
- All Implemented Interfaces:
Serializable
One expected invocation. It is composed of the method invoked and the matchers used to expect the arguments.
- Author:
- OFFIS, Tammo Freese
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExpectedInvocation
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
matches
Tells if the actual invocation matches this expected invocation. It needs to be on the same mock, method and have the same arguments.- Returns:
- the invocation to compare
-
toString
-
getMethod
-