org.easymock.internal

Class ExpectedInvocation

public class ExpectedInvocation extends Object implements Serializable

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

Constructor Detail

ExpectedInvocation

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

Method Detail

getMethod

public Method getMethod()

matches

public boolean matches(Invocation actual)

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