X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fyang-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fcommon%2FUint32Test.java;h=0dc1dd5787a335a191917f1ee2bb41e67795b706;hb=c3a7ca0aa9faa21943fe472f49e94c43943ab90d;hp=1eb936886c0f95d17cc91497de241998cf6e4b3d;hpb=c382ad5ab30ab577d7dc055912241cb2b87ff6b3;p=yangtools.git diff --git a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint32Test.java b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint32Test.java index 1eb936886c..0dc1dd5787 100644 --- a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint32Test.java +++ b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint32Test.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.UnsignedInteger; import java.io.ByteArrayInputStream; @@ -19,7 +19,7 @@ import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; -import org.junit.Test; +import org.junit.jupiter.api.Test; public class Uint32Test { @Test