Package org.restlet.ext.osgi.developer.junit

Examples of org.restlet.ext.osgi.developer.junit.RestletTestHarness


{
  @BeforeClass
  public static void globalSetUp() throws InterruptedException
  {
    baseURI = "http://localhost:" + System.getProperty("org.osgi.service.http.port", "80");
    testHarness = new RestletTestHarness();
    testHarness.setUp();
  }
View Full Code Here

TOP

Related Classes of org.restlet.ext.osgi.developer.junit.RestletTestHarness

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.