|
|
@ -3,7 +3,7 @@ package com.example; |
|
|
import org.junit.jupiter.api.Test; |
|
|
import org.junit.jupiter.api.Test; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
|
|
|
|
|
@SpringBootTest |
|
|
@SpringBootTest(classes = com.example.web.WebApplication.class) |
|
|
class WebApplicationTests { |
|
|
class WebApplicationTests { |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
|