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 booleanequals(Object o)MethodgetMethod()inthashCode()booleanmatches(Invocation actual)StringtoString()
-
-
-
Constructor Detail
-
ExpectedInvocation
public ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
-
-
Method Detail
-
matches
public boolean matches(Invocation actual)
-
getMethod
public Method getMethod()
-
-