public FileResourceTest() throws Exception {
   super();
   this.setTestContainerFactory(new GrizzlyTestContainerFactory());
   mp.setFullyQualifiedServerUrl(getBaseURI() + webAppDescriptor.getContextPath() + "/");
 }
 public RepositoryResourceTest() throws Exception {
   mp.setFullyQualifiedServerUrl(getBaseURI() + webAppDescriptor.getContextPath() + "/");
 }