Test méthode main
This commit is contained in:
parent
a7f6e661c9
commit
942ccd022c
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ import org.junit.jupiter.api.Test;
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
class MangerAutourDeSimplonBackApplicationTests {
|
public class MangerAutourDeSimplonBackApplicationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void contextLoads() {
|
public void testMain() {
|
||||||
|
MangerAutourDeSimplonBackApplication.main(new String[] {});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue