Serializable
public class ExpectedInvocation extends Object implements Serializable
Constructor | Description |
---|---|
ExpectedInvocation(Invocation invocation,
List<IArgumentMatcher> matchers) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
Method |
getMethod() |
|
int |
hashCode() |
|
boolean |
matches(Invocation actual) |
|
String |
toString() |
public ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
public boolean matches(Invocation actual)
public Method getMethod()
Copyright © 2001–2018 EasyMock contributors. All rights reserved.