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