We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1a4f7 commit e5bb47aCopy full SHA for e5bb47a
src/test/java/org/apache/ibatis/autoconstructor/AutoConstructorTest.java
@@ -15,6 +15,10 @@
15
*/
16
package org.apache.ibatis.autoconstructor;
17
18
+import static org.junit.jupiter.api.Assertions.assertEquals;
19
+import static org.junit.jupiter.api.Assertions.assertNotNull;
20
+import static org.junit.jupiter.api.Assertions.assertThrows;
21
+
22
import java.io.Reader;
23
import java.util.List;
24
@@ -29,8 +33,6 @@
29
33
import org.junit.jupiter.api.BeforeAll;
30
34
import org.junit.jupiter.api.Test;
31
35
32
-import static org.junit.jupiter.api.Assertions.*;
-
36
class AutoConstructorTest {
37
private static SqlSessionFactory sqlSessionFactory;
38
0 commit comments