File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
src/test/java/de/rieckpil/courses Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
import org .slf4j .Logger ;
12
12
import org .slf4j .LoggerFactory ;
13
13
import org .springframework .beans .factory .annotation .Autowired ;
14
+ import org .springframework .boot .test .mock .mockito .MockBean ;
14
15
import org .springframework .test .context .DynamicPropertyRegistry ;
15
16
import org .springframework .test .context .DynamicPropertySource ;
16
17
import org .testcontainers .containers .localstack .LocalStackContainer ;
Original file line number Diff line number Diff line change 17
17
import org .springframework .beans .factory .annotation .Autowired ;
18
18
import org .springframework .boot .autoconfigure .ImportAutoConfiguration ;
19
19
import org .springframework .boot .autoconfigure .jackson .JacksonAutoConfiguration ;
20
+ import org .springframework .boot .test .mock .mockito .MockBean ;
20
21
import org .springframework .context .annotation .Import ;
21
22
import org .springframework .test .context .DynamicPropertyRegistry ;
22
23
import org .springframework .test .context .DynamicPropertySource ;
Original file line number Diff line number Diff line change 9
9
import org .junit .jupiter .api .Test ;
10
10
import org .springframework .beans .factory .annotation .Autowired ;
11
11
import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
12
+ import org .springframework .boot .test .mock .mockito .MockBean ;
12
13
import org .springframework .context .annotation .Import ;
13
14
import org .springframework .http .MediaType ;
14
15
import org .springframework .security .test .context .support .WithMockUser ;
Original file line number Diff line number Diff line change 9
9
import org .junit .jupiter .api .Test ;
10
10
import org .springframework .beans .factory .annotation .Autowired ;
11
11
import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
12
+ import org .springframework .boot .test .mock .mockito .MockBean ;
12
13
import org .springframework .context .annotation .Import ;
13
14
import org .springframework .http .HttpHeaders ;
14
15
import org .springframework .http .MediaType ;
Original file line number Diff line number Diff line change 9
9
import org .junit .jupiter .api .Test ;
10
10
import org .springframework .beans .factory .annotation .Autowired ;
11
11
import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
12
+ import org .springframework .boot .test .mock .mockito .MockBean ;
12
13
import org .springframework .context .annotation .Import ;
13
14
import org .springframework .http .HttpHeaders ;
14
15
import org .springframework .http .MediaType ;
You can’t perform that action at this time.
0 commit comments