}
public void testDeployer() throws Exception
{
VirtualFile file = getVirtualFile("/structure/explicit", "complex.deployer");
VFSDeploymentContext deployment = new AbstractVFSDeploymentContext(file, "");
deployment.setMetaDataPath(Collections.singletonList("META-INF"));
VFSDeploymentUnit unit = new AbstractVFSDeploymentUnit(deployment);
Deployer deployer = new StructureOMFDeployer();
deployer.deploy(unit);
try