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 9bfbfe4 commit bf06501Copy full SHA for bf06501
src/test/java/org/apache/ibatis/type/TypeAliasRegistryTest.java
@@ -15,13 +15,15 @@
15
*/
16
package org.apache.ibatis.type;
17
18
+import static org.junit.jupiter.api.Assertions.assertEquals;
19
+import static org.junit.jupiter.api.Assertions.assertNull;
20
+import static org.junit.jupiter.api.Assertions.assertThatThrownBy;
21
+import static org.junit.jupiter.api.Assertions.assertThrows;
22
+
23
import java.math.BigDecimal;
24
25
import org.junit.jupiter.api.Test;
26
-import static org.assertj.core.api.Assertions.*;
-import static org.junit.jupiter.api.Assertions.*;
-
27
class TypeAliasRegistryTest {
28
29
@Test
0 commit comments