mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
test(DevWeb): Remove DAOTest
This commit is contained in:
@@ -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();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user