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
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
-
-
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 boolean
equals(java.lang.Object o)
java.lang.reflect.Method
getMethod()
int
hashCode()
boolean
matches(Invocation actual)
java.lang.String
toString()
-
-
-
Constructor Detail
-
ExpectedInvocation
public ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
matches
public boolean matches(Invocation actual)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getMethod
public java.lang.reflect.Method getMethod()
-
-