Package org.easymock.internal
Class ExpectedInvocation
- java.lang.Object
-
- org.easymock.internal.ExpectedInvocation
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpectedInvocation extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Invocationinvocationprivate java.util.List<IArgumentMatcher>matchersprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.util.List<IArgumentMatcher>createMissingMatchers(Invocation invocation, java.util.List<IArgumentMatcher> matchers)booleanequals(java.lang.Object o)java.lang.reflect.MethodgetMethod()inthashCode()private booleanmatches(java.lang.Object[] arguments)booleanmatches(Invocation actual)java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
invocation
private final Invocation invocation
-
matchers
private final java.util.List<IArgumentMatcher> matchers
-
-
Constructor Detail
-
ExpectedInvocation
public ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
-
-
Method Detail
-
createMissingMatchers
private java.util.List<IArgumentMatcher> createMissingMatchers(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
matches
public boolean matches(Invocation actual)
-
matches
private boolean matches(java.lang.Object[] arguments)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMethod
public java.lang.reflect.Method getMethod()
-
-