commit 2 : plein de tests dans createdatabase et getConnection et ca marche pas

This commit is contained in:
NicolasFabregas 2020-12-16 18:50:14 +01:00
parent 54862251c8
commit 034a459e8d

View file

@ -0,0 +1,28 @@
package fr.myny.database;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class DataBaseTest {
@Test
void fillDataBase() {
}
@Test
void importDataBase() {
}
@Test
void createDataBase() {
}
@Test
void updateDataBase() {
}
@Test
void getConnection() {
}
}