113114115116117118119120121122123
service.unregister("/a/b"); } finally { httpService.stop(); } } @Test public void testResourceAbsolute() throws Exception
172173174175176177178179180181182
service.unregister("/a/b"); } finally { httpService.stop(); server.stop(); } } @Test
234235236237238239240241242243
service.unregister("/a/b"); } finally { httpService.stop(); server.stop(); } } }