File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
src/test/java/com/atwoz/member/application/info Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 10
10
import org .junit .jupiter .api .DisplayNameGeneration ;
11
11
import org .junit .jupiter .api .DisplayNameGenerator ;
12
12
import org .junit .jupiter .api .Test ;
13
- import org .junit .jupiter .api .extension .ExtendWith ;
14
- import org .mockito .junit .jupiter .MockitoExtension ;
15
13
import java .util .List ;
16
14
17
15
@ DisplayNameGeneration (DisplayNameGenerator .ReplaceUnderscores .class )
18
16
@ SuppressWarnings ("NonAsciiCharacters" )
19
- @ ExtendWith (MockitoExtension .class )
20
17
class HobbyServiceTest {
21
18
22
19
private HobbyService hobbyService ;
Original file line number Diff line number Diff line change 17
17
import org .junit .jupiter .api .DisplayNameGeneration ;
18
18
import org .junit .jupiter .api .DisplayNameGenerator ;
19
19
import org .junit .jupiter .api .Test ;
20
- import org .junit .jupiter .api .extension .ExtendWith ;
21
- import org .mockito .junit .jupiter .MockitoExtension ;
22
20
import org .springframework .beans .factory .annotation .Autowired ;
23
21
import org .springframework .boot .test .context .SpringBootTest ;
24
22
import org .springframework .test .context .event .ApplicationEvents ;
29
27
@ SuppressWarnings ("NonAsciiCharacters" )
30
28
@ SpringBootTest
31
29
@ RecordApplicationEvents
32
- @ ExtendWith (MockitoExtension .class )
33
30
class InfoServiceTest {
34
31
35
32
@ Autowired
Original file line number Diff line number Diff line change 15
15
import org .junit .jupiter .api .DisplayNameGeneration ;
16
16
import org .junit .jupiter .api .DisplayNameGenerator ;
17
17
import org .junit .jupiter .api .Test ;
18
- import org .junit .jupiter .api .extension .ExtendWith ;
19
- import org .mockito .junit .jupiter .MockitoExtension ;
20
18
21
19
@ DisplayNameGeneration (DisplayNameGenerator .ReplaceUnderscores .class )
22
20
@ SuppressWarnings ("NonAsciiCharacters" )
23
- @ ExtendWith (MockitoExtension .class )
24
21
class OptionServiceTest {
25
22
26
23
private OptionService optionService ;
Original file line number Diff line number Diff line change 18
18
import org .junit .jupiter .api .DisplayNameGeneration ;
19
19
import org .junit .jupiter .api .DisplayNameGenerator ;
20
20
import org .junit .jupiter .api .Test ;
21
- import org .junit .jupiter .api .extension .ExtendWith ;
22
- import org .mockito .junit .jupiter .MockitoExtension ;
23
21
24
22
@ DisplayNameGeneration (DisplayNameGenerator .ReplaceUnderscores .class )
25
23
@ SuppressWarnings ("NonAsciiCharacters" )
26
- @ ExtendWith (MockitoExtension .class )
27
24
class ProfileServiceTest {
28
25
29
26
private ProfileService profileService ;
Original file line number Diff line number Diff line change 10
10
import org .junit .jupiter .api .DisplayNameGeneration ;
11
11
import org .junit .jupiter .api .DisplayNameGenerator ;
12
12
import org .junit .jupiter .api .Test ;
13
- import org .junit .jupiter .api .extension .ExtendWith ;
14
- import org .mockito .junit .jupiter .MockitoExtension ;
15
13
import java .util .List ;
16
14
17
15
@ DisplayNameGeneration (DisplayNameGenerator .ReplaceUnderscores .class )
18
16
@ SuppressWarnings ("NonAsciiCharacters" )
19
- @ ExtendWith (MockitoExtension .class )
20
17
class StyleServiceTest {
21
18
22
19
private StyleService styleService ;
You can’t perform that action at this time.
0 commit comments