test(DevWeb): Remove DAOTest

This commit is contained in:
Lucàs
2024-03-27 23:03:39 +01:00
parent 5d33d33a08
commit da5aae5eb6
@@ -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();
}
}