Package org.easymock.internal
Class ExpectedInvocation
- java.lang.Object
-
- org.easymock.internal.ExpectedInvocation
-
- All Implemented Interfaces:
Serializable
public class ExpectedInvocation extends Object implements Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Method
getMethod()
int
hashCode()
boolean
matches(Invocation actual)
String
toString()
-
-
-
Constructor Detail
-
ExpectedInvocation
public ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
-
-
Method Detail
-
matches
public boolean matches(Invocation actual)
-
getMethod
public Method getMethod()
-
-