}
public void testNullStream() throws Exception
{
// 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);