assertEmpty(realDeployer1.deployed);
}
public void testMetaData() throws Exception
{
TestDeploymentDeployer1 componentDeployer1 = new TestDeploymentDeployer1();
TestRealDeployer1 realDeployer1 = new TestRealDeployer1();
DeployerClient main = createMainDeployer(componentDeployer1, realDeployer1);
Deployment deployment = createSimpleDeployment("deploy");
MutableAttachments attachments = (MutableAttachments) deployment.getPredeterminedManagedObjects();