File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
lesson_09/types/types_app/src/test/java/com/codedifferently/lesson9 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
package com .codedifferently .lesson9 ;
2
2
3
- import static org .assertj .core .api .Assertions .assertThat ;
4
-
5
- import com .codedifferently .lesson9 .dataprovider .DataProvider ;
6
- import com .codedifferently .lesson9 .loader .DataFileLoader ;
7
3
import java .io .IOException ;
8
4
import java .util .List ;
9
5
import java .util .Map ;
10
6
import java .util .Set ;
11
7
import java .util .stream .Collectors ;
8
+
9
+ import static org .assertj .core .api .Assertions .assertThat ;
12
10
import org .assertj .core .api .junit .jupiter .SoftAssertionsExtension ;
13
11
import org .junit .jupiter .api .Test ;
14
12
import org .junit .jupiter .api .extension .ExtendWith ;
15
13
import org .springframework .beans .factory .annotation .Autowired ;
16
14
import org .springframework .boot .test .context .SpringBootTest ;
17
15
import org .springframework .test .context .ContextConfiguration ;
18
16
17
+ import com .codedifferently .lesson9 .dataprovider .DataProvider ;
18
+ import com .codedifferently .lesson9 .loader .DataFileLoader ;
19
+
19
20
@ SpringBootTest
20
21
@ ContextConfiguration (classes = Lesson9 .class )
21
22
@ ExtendWith (SoftAssertionsExtension .class )
You can’t perform that action at this time.
0 commit comments