modif DataCsv.java et repertoir test

This commit is contained in:
yann 2020-12-16 19:23:55 +01:00 committed by name
parent 7abec14389
commit ad0e5f090f
3 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,12 @@
package fr.myny.data;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class DataCsvTest {
@Test
void getCsv() {
}
}