org.easymock.internal
public class ExpectedInvocation extends Object implements Serializable
Constructor Summary | |
---|---|
ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers) |
Method Summary | |
---|---|
boolean | equals(Object o) |
Method | getMethod() |
int | hashCode() |
boolean | matches(Invocation actual) |
String | toString() |
ExpectedInvocation | withMatcher(ArgumentsMatcher matcher) |