Package org.waveprotocol.box.server.frontend.testing

Examples of org.waveprotocol.box.server.frontend.testing.FakeClientFrontend


  @Override
  protected void setUp() throws Exception {
    super.setUp();
    counter = 0;
    controller = new FakeServerRpcController();
    frontend = new FakeClientFrontend();
    rpcImpl = WaveClientRpcImpl.create(frontend, false);
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.box.server.frontend.testing.FakeClientFrontend

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.