Package org.opensocial.restful.framework

Examples of org.opensocial.restful.framework.TestEnvironment


  protected static final Logger LOGGER = Logger.getAnonymousLogger();

  @BeforeSuite
  protected void setUp() throws IOException, JSONException {
    env = new TestEnvironment("config.properties");
    httpHelper = new HttpHelper();
  }
View Full Code Here

TOP

Related Classes of org.opensocial.restful.framework.TestEnvironment

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.