interceptedCalled.contains(IDeployerMethod.prepareDeploy));
assertTrue("DeployerAspects.commitDeploy",
interceptedCalled.contains(IDeployerMethod.commitDeploy));
md.removeDeployment("thing.xar");
md.process();
assertTrue("SampleDeployer1.prepareUndeploy",
d1.getCalled().contains(IDeployerMethod.prepareUndeploy));
assertTrue("SampleDeployer1.commitUndeploy",
d1.getCalled().contains(IDeployerMethod.commitUndeploy));