org.easymock.internal
Class UnorderedBehavior

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

public class UnorderedBehavior
extends Object
implements Serializable

Author:
OFFIS, Tammo Freese
See Also:
Serialized Form

Constructor Summary
UnorderedBehavior(boolean checkOrder)
           
 
Method Summary
 Result addActual(Invocation actual)
           
 void addExpected(ExpectedInvocation expected, Result result, Range count)
           
 boolean allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)
           
 List<ErrorMessage> getMessages(Invocation invocation)
           
 boolean verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnorderedBehavior

public UnorderedBehavior(boolean checkOrder)
Method Detail

addExpected

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

addActual

public Result addActual(Invocation actual)

verify

public boolean verify()

getMessages

public List<ErrorMessage> getMessages(Invocation invocation)

allowsExpectedInvocation

public boolean allowsExpectedInvocation(ExpectedInvocation expected,
                                        boolean checkOrder)


Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.