File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
src/test/java/org/tuna/zoopzoop/backend/domain Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 44import org .junit .jupiter .api .*;
55import org .springframework .beans .factory .annotation .Autowired ;
66import org .springframework .beans .factory .annotation .Value ;
7- import org .springframework .boot .test .autoconfigure .jdbc .AutoConfigureTestDatabase ;
87import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
98import org .springframework .boot .test .context .SpringBootTest ;
109import org .springframework .http .MediaType ;
1110import org .springframework .security .test .context .support .TestExecutionEvent ;
1211import org .springframework .security .test .context .support .WithUserDetails ;
13- import org .springframework .test .annotation .DirtiesContext ;
1412import org .springframework .test .context .ActiveProfiles ;
15- import org .springframework .test .context .jdbc .Sql ;
1613import org .springframework .test .web .servlet .ResultActions ;
1714import org .springframework .transaction .annotation .Transactional ;
1815import org .springframework .transaction .support .TransactionTemplate ;
Original file line number Diff line number Diff line change 33import org .junit .jupiter .api .*;
44import org .springframework .amqp .rabbit .core .RabbitTemplate ;
55import org .springframework .beans .factory .annotation .Autowired ;
6- import org .springframework .boot .test .autoconfigure .jdbc .AutoConfigureTestDatabase ;
76import org .springframework .boot .test .context .SpringBootTest ;
87import org .springframework .transaction .annotation .Transactional ;
98import org .springframework .transaction .support .TransactionTemplate ;
Original file line number Diff line number Diff line change 55import org .junit .jupiter .api .Test ;
66import org .springframework .beans .factory .annotation .Autowired ;
77import org .springframework .boot .test .context .SpringBootTest ;
8- import org .springframework .test .annotation .DirtiesContext ;
98import org .springframework .test .context .ActiveProfiles ;
109import org .springframework .transaction .annotation .Transactional ;
1110import org .tuna .zoopzoop .backend .domain .dashboard .entity .Edge ;
Original file line number Diff line number Diff line change 55import org .springframework .beans .factory .annotation .Autowired ;
66import org .springframework .boot .test .context .SpringBootTest ;
77import org .springframework .dao .DataIntegrityViolationException ;
8- import org .springframework .security .test .context .support .TestExecutionEvent ;
9- import org .springframework .security .test .context .support .WithMockUser ;
10- import org .springframework .security .test .context .support .WithUserDetails ;
118import org .springframework .test .context .ActiveProfiles ;
129import org .springframework .transaction .annotation .Transactional ;
1310import org .tuna .zoopzoop .backend .domain .member .entity .Member ;
You can’t perform that action at this time.
0 commit comments