diff --git a/S2/DevWeb/Projet/src/test/java/uppa/project/dao/DAOTest.java b/S2/DevWeb/Projet/src/test/java/uppa/project/dao/DAOTest.java deleted file mode 100644 index 8cf7984..0000000 --- a/S2/DevWeb/Projet/src/test/java/uppa/project/dao/DAOTest.java +++ /dev/null @@ -1,44 +0,0 @@ -package uppa.project.dao; - -import org.junit.jupiter.api.Test; - -import static org.junit.jupiter.api.Assertions.*; - -class DAOTest { - - @Test - void findById() { - // TODO Implement this method - fail(); - } - - @Test - void findAll() { - // TODO Implement this method - fail(); - } - - @Test - void create() { - // TODO Implement this method - fail(); - } - - @Test - void update() { - // TODO Implement this method - fail(); - } - - @Test - void delete() { - // TODO Implement this method - fail(); - } - - @Test - void findByField() { - // TODO Implement this method - fail(); - } -}