org.easymock.internal

Class ExpectedInvocation

public class ExpectedInvocation extends Object implements Serializable

Constructor Summary
ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)
Method Summary
booleanequals(Object o)
MethodgetMethod()
inthashCode()
booleanmatches(Invocation actual)
StringtoString()
ExpectedInvocationwithMatcher(ArgumentsMatcher matcher)

Constructor Detail

ExpectedInvocation

public ExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)

Method Detail

equals

public boolean equals(Object o)

getMethod

public Method getMethod()

hashCode

public int hashCode()

matches

public boolean matches(Invocation actual)

toString

public String toString()

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.]]>