X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fyang-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fcommon%2FUint64Test.java;h=5ba683c22ff1195b36784f683de93c0121205c50;hb=c3a7ca0aa9faa21943fe472f49e94c43943ab90d;hp=cc79d621c02c12c0d8bccee631f580295f902856;hpb=c382ad5ab30ab577d7dc055912241cb2b87ff6b3;p=yangtools.git diff --git a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint64Test.java b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint64Test.java index cc79d621c0..5ba683c22f 100644 --- a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint64Test.java +++ b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint64Test.java @@ -7,11 +7,11 @@ */ package org.opendaylight.yangtools.yang.common; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertSame; -import static org.junit.Assert.assertThrows; -import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertSame; +import static org.junit.jupiter.api.Assertions.assertThrows; +import static org.junit.jupiter.api.Assertions.assertTrue; import com.google.common.primitives.UnsignedLong; import java.io.ByteArrayInputStream; @@ -20,7 +20,7 @@ import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.math.BigInteger; -import org.junit.Test; +import org.junit.jupiter.api.Test; public class Uint64Test { @Test