Module org.easymock

Class UnorderedBehavior

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

public class UnorderedBehavior extends Object implements Serializable
A bit badly named since this class is used for both ordered and unordered expectations. However, it's the class keeping all expectations and the corresponding results they should return. During the replay phase, it will give the best answer for a call.
Author:
OFFIS, Tammo Freese
See Also:
  • Constructor Details

    • UnorderedBehavior

      public UnorderedBehavior(boolean checkOrder)
  • Method Details