Package com.google.apphosting.api

Examples of com.google.apphosting.api.MockEnvironment


  /**
   * Sets up {@link ApiProxy} with {@link MockEnvironment} and
   * {@link ApiProxyLocalImpl}.
   */
  public void setUp() {
    ApiProxy.setEnvironmentForCurrentThread(new MockEnvironment());
    ApiProxy.setDelegate(new ApiProxyLocalImpl(new File(".")) {
      // nothing here
    });
  }
View Full Code Here

TOP

Related Classes of com.google.apphosting.api.MockEnvironment

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.