ImportData + test ImportData

Le code est fonctionnel
This commit is contained in:
yann_ 2020-12-21 19:24:45 +01:00 committed by name
parent 4d17091234
commit 2eb99132c7
2 changed files with 31 additions and 21 deletions

View file

@ -0,0 +1,17 @@
package fr.myny.data;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class ImportDataTest {
@Test
void downloadCsvZip() {
ImportData csv = new ImportData();
csv.DownloadCsvZip();
}
}