Luca Frosini 5 years ago
parent f50cb2d9da
commit f2fbdc2f88

@ -30,6 +30,7 @@ public class ISExporterPluginTest {
ISExporterPlugin isExporterPlugin = new ISExporterPlugin(new ISExporterPluginDeclaration());
Map<String,Object> inputs = new HashMap<String,Object>();
inputs.put(ISExporterPlugin.FILTERED_REPORT, true);
inputs.put(ISExporterPlugin.STATISTICS, true);
isExporterPlugin.launch(inputs);
logger.info("\n\n\n");
}

Loading…
Cancel
Save