org.easymock.internal
Class ExpectedInvocation

java.lang.Object
  extended by org.easymock.internal.ExpectedInvocation
All Implemented Interfaces:
java.io.Serializable

public class ExpectedInvocation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedInvocation

public ExpectedInvocation(Invocation invocation,
                          java.util.List<IArgumentMatcher> matchers)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

matches

public boolean matches(Invocation actual)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMethod

public java.lang.reflect.Method getMethod()

withMatcher

public ExpectedInvocation withMatcher(ArgumentsMatcher matcher)


Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>