File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/integrationTest/java/uk/gov/hmcts/cp/controllers Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1010import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
1111import org .springframework .boot .test .context .SpringBootTest ;
1212import org .springframework .http .MediaType ;
13- import org .springframework .test .context .bean .override .mockito .MockitoBean ;
1413import org .springframework .test .context .junit .jupiter .SpringExtension ;
1514import org .springframework .test .web .servlet .MockMvc ;
1615import uk .gov .hmcts .cp .openapi .model .CourtScheduleResponse ;
17- import uk .gov .hmcts .cp .services .CourtScheduleService ;
1816
1917import java .util .UUID ;
2018
2119import static org .junit .jupiter .api .Assertions .*;
22- import static org .mockito .Mockito .when ;
2320import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .get ;
2421import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .status ;
2522
2623@ ExtendWith (SpringExtension .class )
2724@ SpringBootTest
2825@ AutoConfigureMockMvc
29- class CourtScheduleControllerITest {
30- private static final Logger log = LoggerFactory .getLogger (CourtScheduleControllerITest .class );
26+ class CourtScheduleControllerIT {
27+ private static final Logger log = LoggerFactory .getLogger (CourtScheduleControllerIT .class );
3128
3229 @ Autowired
3330 private MockMvc mockMvc ;
Original file line number Diff line number Diff line change 1919@ ExtendWith (SpringExtension .class )
2020@ SpringBootTest
2121@ AutoConfigureMockMvc
22- class RootControllerIntegrationTest {
22+ class RootControllerIntegrationIT {
2323
2424 @ Autowired
2525 private MockMvc mockMvc ;
You can’t perform that action at this time.
0 commit comments