Package org.waveprotocol.wave.concurrencycontrol.testing

Examples of org.waveprotocol.wave.concurrencycontrol.testing.MockOperationChannel


  private OperationSucker sucker;

  @Override
  protected void setUp() throws Exception {
    super.setUp();
    channel = new MockOperationChannel();
    sink = new MockFlushingOperationSink();
    sucker = new OperationSucker(channel, sink);
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.concurrencycontrol.testing.MockOperationChannel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.