Class UnorderedBehavior

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnorderedBehavior
    extends java.lang.Object
    implements java.io.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.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnorderedBehavior

        public UnorderedBehavior​(boolean checkOrder)