Interface Testable


public interface Testable
Abstraction that exposes various methods useful for testing ZooKeeper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cause the ZooKeeper instance to behave as if the session expired
    void
    Allow an event to be inserted into the event queue
  • Method Details

    • injectSessionExpiration

      void injectSessionExpiration()
      Cause the ZooKeeper instance to behave as if the session expired
    • queueEvent

      void queueEvent(WatchedEvent event)
      Allow an event to be inserted into the event queue
      Parameters:
      event - event to insert