org.easymock.internal
Class ExpectedInvocation
java.lang.Object
org.easymock.internal.ExpectedInvocation
- All Implemented Interfaces:
- Serializable
public class ExpectedInvocation
- extends Object
- implements Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
ExpectedInvocation
public ExpectedInvocation(Invocation invocation,
List<IArgumentMatcher> matchers)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
matches
public boolean matches(Invocation actual)
toString
public String toString()
- Overrides:
toString
in class Object
getMethod
public Method getMethod()
Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.