bdd vrai #4
This commit is contained in:
parent
ff66ba807a
commit
3e88a7d1a7
BIN
shDBlatest.sql
BIN
shDBlatest.sql
Binary file not shown.
@ -12,17 +12,16 @@ import org.junit.jupiter.api.Test;
|
|||||||
public class TestDatabse {
|
public class TestDatabse {
|
||||||
|
|
||||||
Table t;
|
Table t;
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
private void initialize() {
|
private void initialize() {
|
||||||
System.out.println("=====Initialisation du test=====");
|
System.out.println("=====Initialisation du test======");
|
||||||
t = new Table("Table de Test");
|
t = new Table("Table de Test");
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterEach
|
@AfterEach
|
||||||
private void free() {
|
private void free() {
|
||||||
System.gc();
|
System.gc();
|
||||||
System.out.println("=====Fin du test=====\n\n\n");
|
System.out.println("===========Fin du test===========\n\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user