org.easymock.internal

Class UnorderedBehavior

public class UnorderedBehavior extends Object implements Serializable

Constructor Summary
UnorderedBehavior(boolean checkOrder)
Method Summary
ResultaddActual(Invocation actual)
voidaddExpected(ExpectedInvocation expected, Result result, Range count)
booleanallowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)
List<ErrorMessage>getMessages(Invocation invocation)
booleanverify()

Constructor Detail

UnorderedBehavior

public UnorderedBehavior(boolean checkOrder)

Method Detail

addActual

public Result addActual(Invocation actual)

addExpected

public void addExpected(ExpectedInvocation expected, Result result, Range count)

allowsExpectedInvocation

public boolean allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)

getMessages

public List<ErrorMessage> getMessages(Invocation invocation)

verify

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