public class ExpectedInvocation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ExpectedInvocation(Invocation invocation,
java.util.List<IArgumentMatcher> matchers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Method |
getMethod() |
int |
hashCode() |
boolean |
matches(Invocation actual) |
java.lang.String |
toString() |
ExpectedInvocation |
withMatcher(ArgumentsMatcher matcher) |
public ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean matches(Invocation actual)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.reflect.Method getMethod()
public ExpectedInvocation withMatcher(ArgumentsMatcher matcher)
Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>