Package org.easymock.internal
Class ExpectedInvocation
java.lang.Object
org.easymock.internal.ExpectedInvocation
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Invocation
private final List
<IArgumentMatcher> private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate List
<IArgumentMatcher> createMissingMatchers
(Invocation invocation, List<IArgumentMatcher> matchers) boolean
int
hashCode()
private boolean
boolean
matches
(Invocation actual) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
invocation
-
matchers
-
-
Constructor Details
-
ExpectedInvocation
-
-
Method Details
-
createMissingMatchers
private List<IArgumentMatcher> createMissingMatchers(Invocation invocation, List<IArgumentMatcher> matchers) -
equals
-
hashCode
public int hashCode() -
matches
-
matches
-
toString
-
getMethod
-