defaultConfiguration.addProperty("[@type]","MAIL");
mr.setFileSystem(fs);
mr.setStore(mockStore);
mr.setDatasource(datasource);
mr.setLog(new SimpleLog("MockLog"));
mr.configure(defaultConfiguration);
mr.init();
return mr;
}
protected String getType() {