File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/test/java/com/somemore/volunteer/controller Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11package com .somemore .volunteer .controller ;
22
3- import com .somemore .IntegrationTestSupport ;
3+ import com .somemore .ControllerTestSupport ;
44import org .junit .jupiter .api .DisplayName ;
55import org .junit .jupiter .api .Test ;
66import org .springframework .beans .factory .annotation .Autowired ;
7- import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
8- import org .springframework .boot .test .context .SpringBootTest ;
97import org .springframework .mock .web .MockHttpServletResponse ;
108import org .springframework .test .web .servlet .MockMvc ;
119
1210import static org .assertj .core .api .Assertions .assertThat ;
1311import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .post ;
1412import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .status ;
1513
16- @ SpringBootTest
17- @ AutoConfigureMockMvc
18- class VolunteerSignControllerTest extends IntegrationTestSupport {
14+ class VolunteerSignControllerTest extends ControllerTestSupport {
1915
2016 @ Autowired
2117 private MockMvc mockMvc ;
You can’t perform that action at this time.
0 commit comments