X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fyang-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fcommon%2FUint8Test.java;h=547f2d91d46c7f1a057a469cdf0679934ee277a0;hb=c3a7ca0aa9faa21943fe472f49e94c43943ab90d;hp=2e316d1a0388d95bf577502848f4006e1bc178c7;hpb=c382ad5ab30ab577d7dc055912241cb2b87ff6b3;p=yangtools.git diff --git a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint8Test.java b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint8Test.java index 2e316d1a03..547f2d91d4 100644 --- a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint8Test.java +++ b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/Uint8Test.java @@ -7,18 +7,18 @@ */ 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 java.io.ByteArrayInputStream; 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 Uint8Test { @Test