public 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) | 
| String | toString() | 
public ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
public boolean matches(Invocation actual)
public Method getMethod()
Copyright © 2001–2014 EasyMock contributors. All rights reserved.