Migrate yang-common to JUnit5
[yangtools.git] / common / yang-common / src / test / java / org / opendaylight / yangtools / yang / common / YangNamesTest.java
index 58edb3f0bc3309cd1eb881153ef5796a0674929c..a349035a9b34825bd85ce10cb66dd6361c7f9116 100644 (file)
@@ -7,11 +7,11 @@
  */
 package org.opendaylight.yangtools.yang.common;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThrows;
+import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertThrows;
 
 import java.util.AbstractMap.SimpleImmutableEntry;
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 
 public class YangNamesTest {
     @Test