File tree 2 files changed +0
-6
lines changed
src/test/java/ru/mystamps/web/feature
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import org .assertj .core .api .WithAssertions ;
21
21
import org .junit .jupiter .api .Test ;
22
- import org .junit .jupiter .api .extension .ExtendWith ;
23
22
import org .springframework .beans .factory .annotation .Autowired ;
24
23
import org .springframework .boot .test .autoconfigure .jdbc .JdbcTest ;
25
24
import org .springframework .test .context .ContextConfiguration ;
26
25
import org .springframework .test .context .jdbc .Sql ;
27
- import org .springframework .test .context .junit .jupiter .SpringExtension ;
28
26
import ru .mystamps .web .config .DaoConfig ;
29
27
import ru .mystamps .web .tests .Random ;
30
28
39
37
"logging.level.root=WARN" , "logging.level.ru.mystamps=WARN"
40
38
})
41
39
@ ContextConfiguration (classes = DaoConfig .class )
42
- @ ExtendWith (SpringExtension .class )
43
40
public class JdbcCategoryDaoTest implements WithAssertions {
44
41
45
42
@ Autowired
Original file line number Diff line number Diff line change 19
19
20
20
import org .assertj .core .api .WithAssertions ;
21
21
import org .junit .jupiter .api .Test ;
22
- import org .junit .jupiter .api .extension .ExtendWith ;
23
22
import org .springframework .beans .factory .annotation .Autowired ;
24
23
import org .springframework .boot .test .autoconfigure .jdbc .JdbcTest ;
25
24
import org .springframework .test .context .ContextConfiguration ;
26
25
import org .springframework .test .context .jdbc .Sql ;
27
- import org .springframework .test .context .junit .jupiter .SpringExtension ;
28
26
import ru .mystamps .web .config .DaoConfig ;
29
27
import ru .mystamps .web .tests .Random ;
30
28
39
37
"logging.level.root=WARN" , "logging.level.ru.mystamps=WARN"
40
38
})
41
39
@ ContextConfiguration (classes = DaoConfig .class )
42
- @ ExtendWith (SpringExtension .class )
43
40
public class JdbcCountryDaoTest implements WithAssertions {
44
41
45
42
@ Autowired
You can’t perform that action at this time.
0 commit comments