adapter.setAttachmentStore(new MockAttachmentStore());
AbstractController parentController = new AbstractController();
AbstractProfileService profileService = new AbstractProfileService(parentController);
profileService.setDeployer(adapter);
//
profileService.create();
this.profileService = profileService;
}
public void testProfileService() throws Exception
{