File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
src/test/java/org/apache/ibatis/submitted/param_name_resolve Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .param_name_resolve ;
17
17
18
+ import static org .junit .Assert .assertEquals ;
19
+
20
+ import java .io .Reader ;
21
+ import java .sql .Connection ;
22
+ import java .util .Arrays ;
23
+ import java .util .List ;
24
+
18
25
import org .apache .ibatis .annotations .Select ;
19
26
import org .apache .ibatis .io .Resources ;
20
27
import org .apache .ibatis .jdbc .ScriptRunner ;
24
31
import org .junit .jupiter .api .BeforeAll ;
25
32
import org .junit .jupiter .api .Test ;
26
33
27
- import java .io .Reader ;
28
- import java .sql .Connection ;
29
- import java .util .Arrays ;
30
- import java .util .List ;
31
-
32
- import static org .junit .Assert .assertEquals ;
33
-
34
34
class ActualParamNameTest {
35
35
36
36
private static SqlSessionFactory sqlSessionFactory ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .apache .ibatis .submitted .param_name_resolve ;
17
17
18
+ import static org .junit .Assert .assertEquals ;
19
+ import static org .junit .Assert .fail ;
20
+
21
+ import java .io .Reader ;
22
+ import java .sql .Connection ;
23
+ import java .util .Arrays ;
24
+ import java .util .List ;
25
+
18
26
import org .apache .ibatis .annotations .Select ;
19
27
import org .apache .ibatis .exceptions .PersistenceException ;
20
28
import org .apache .ibatis .io .Resources ;
25
33
import org .junit .jupiter .api .BeforeAll ;
26
34
import org .junit .jupiter .api .Test ;
27
35
28
- import java .io .Reader ;
29
- import java .sql .Connection ;
30
- import java .util .Arrays ;
31
- import java .util .List ;
32
-
33
- import static org .junit .Assert .assertEquals ;
34
- import static org .junit .Assert .fail ;
35
-
36
36
class NoActualParamNameTest {
37
37
38
38
private static SqlSessionFactory sqlSessionFactory ;
You can’t perform that action at this time.
0 commit comments