X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=common%2Fconcepts%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fconcepts%2FSemVerTest.java;h=8d446260974c925c34e8deb554cf5da45fec3546;hb=fe9e3e1b7804c6d5e63409a0bf1cb1480a4c8899;hp=56e45e4d0b1fdcd7b2ec00e9de84af539f14a588;hpb=8e894a3c48e4ef566f366e43be178e0cae2fb711;p=yangtools.git diff --git a/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/SemVerTest.java b/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/SemVerTest.java index 56e45e4d0b..8d44626097 100644 --- a/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/SemVerTest.java +++ b/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/SemVerTest.java @@ -5,18 +5,16 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ - package org.opendaylight.yangtools.concepts; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertNotNull; -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.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; -import org.junit.Test; +import org.junit.jupiter.api.Test; public class SemVerTest { - @Test public void testSemVer() { final SemVer semVer = SemVer.create(5);