Module org.easymock

Class 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:
    Serialized Form
    • Constructor Detail

      • UnorderedBehavior

        public UnorderedBehavior​(boolean checkOrder)