Ajout 2 class : membre et team
This commit is contained in:
parent
88f1ae0b05
commit
6aab769d68
13 changed files with 783 additions and 12 deletions
13
src/test/java/fr/organizee/OrganizeeApplicationTests.java
Normal file
13
src/test/java/fr/organizee/OrganizeeApplicationTests.java
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package fr.organizee;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class OrganizeeApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue