Package 

Enum MockBehavior.StateStoreBehavior

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Synchronous

      A fully functional MavericksStateStore implementation that makes all updates synchronously.

      Scriptable

      An implementation of ScriptableStateStore that blocks any calls to MavericksStateStore.set, and instead allows immediate state updates via ScriptableStateStore.next.

      Normal

      Uses RealMavericksStateStore.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait