public final class ExpectedInvocation extends Object implements Serializable
| Constructor and Description |
|---|
ExpectedInvocation(Invocation invocation,
List<IArgumentMatcher> matchers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Method |
getMethod() |
int |
hashCode() |
boolean |
matches(Invocation actual)
Tells if the actual invocation matches this expected invocation.
|
String |
toString() |
public ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
public boolean matches(Invocation actual)
actual - the actual invocation to match with the expected onepublic Method getMethod()
Copyright © 2001–2024 EasyMock contributors. All rights reserved.