// this one needs to be created first
TestXmlDeployer xmlDeployer = new TestXmlDeployer();
xmlDeployer.create();
Map<AbstractVFSParsingDeployer<?>, Class<? extends Exception>> map = new HashMap<AbstractVFSParsingDeployer<?>, Class<? extends Exception>>();
map.put(new Properties2BeansDeployer(), IOException.class);
map.put(new MockBshDeployer(), IOException.class);
map.put(xmlDeployer, RuntimeException.class);
map.put(new SchemaResolverDeployer<Object>(Object.class), JBossXBException.class);
VirtualFile root = new MyVirtualFile();