Add JUnit tests for commands

This commit is contained in:
Louis Calas
2019-10-09 16:18:54 +02:00
parent a8efeb5c18
commit 0d2ad849da
2 changed files with 51 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ public class Read implements Callable <Void> {
GestionnaireCopies ocr = new GestionnaireCopies("../"+directory_name);
// Instantie l'ocr
logger.debug("CSV initialized with : "+ocr.createHashMapforCSV()+" , "+config.getParam().get("Code")+" , "+result_name);
GenerateCSV csv = new GenerateCSV(ocr.createHashMapforCSV(),config.getParam().get("Code"), result_name);