this.testserver = new LocalHttpServer();
}
@Test
public void testReportCrawlingDroid() throws Exception {
this.testserver.register("*", new ResourceHandler());
this.testserver.start();
String baseURI = "http:/" + this.testserver.getServiceAddress();
String targetURI = baseURI + "/start_html";