Deployment deployment = createSimpleDeployment(parentName);
makeFail(deployment, deployer2);
addChild(deployment, child1Path);
addChild(deployment, child2Path);
main.addDeployment(deployment);
main.process();
assertEquals(expectedParentChild1Child2, deployer1.getDeployedUnits());
assertEquals(expectedParentChild1Child2, deployer1.getUndeployedUnits());
assertEquals(expectedParent, deployer2.getDeployedUnits());