Package com.google.greaze.rest.client.fixtures

Examples of com.google.greaze.rest.client.fixtures.RestClientStubClientSideFake


  private ResourceDepotClient<MyResource> client;

  @Override
  protected void setUp() throws Exception {
    super.setUp();
    RestClientStub stub = new RestClientStubClientSideFake();
    client = new ResourceDepotClient<MyResource>(
        stub, MyResource.CALL_PATH, MyResource.class, new GsonBuilder(), false);
  }
View Full Code Here

TOP

Related Classes of com.google.greaze.rest.client.fixtures.RestClientStubClientSideFake

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.