X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sdc-tosca%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fsdc%2Fimpl%2FGetEntityPortMirroringTest.java;fp=sdc-tosca%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fsdc%2Fimpl%2FGetEntityPortMirroringTest.java;h=3f4e720a0620c2052a606d73362890d3c181c327;hb=06fda9a063c89fe1b077437f054b047ccdebe0f4;hp=33e130e65c5ced9af3ec49262c51ec6ca4ea376c;hpb=d8210d49cebb6f5d9cb13e0d27b36c378df94c51;p=sdc%2Fsdc-tosca.git diff --git a/sdc-tosca/src/test/java/org/onap/sdc/impl/GetEntityPortMirroringTest.java b/sdc-tosca/src/test/java/org/onap/sdc/impl/GetEntityPortMirroringTest.java index 33e130e..3f4e720 100644 --- a/sdc-tosca/src/test/java/org/onap/sdc/impl/GetEntityPortMirroringTest.java +++ b/sdc-tosca/src/test/java/org/onap/sdc/impl/GetEntityPortMirroringTest.java @@ -20,8 +20,8 @@ package org.onap.sdc.impl; -import org.junit.BeforeClass; -import org.junit.Test; +import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Test; import org.onap.sdc.tosca.parser.api.IEntityDetails; import org.onap.sdc.tosca.parser.api.ISdcCsarHelper; import org.onap.sdc.tosca.parser.elements.queries.EntityQuery; @@ -38,8 +38,8 @@ import java.util.List; import java.util.Map; import java.util.stream.Collectors; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertTrue; public class GetEntityPortMirroringTest { @@ -47,7 +47,7 @@ public class GetEntityPortMirroringTest { private final static String cap1 = "radcomfnvlbavf11_3_3vepdg0.abstract_vlbagentbase_eph_aff.port_mirroring_vlbagentbase_eph_aff_vlbagentbase_eph_aff_int_pktmirror_1_port"; private static ISdcCsarHelper helper = null; - @BeforeClass + @BeforeAll public static void setUpClass() { try { URL resource = GetEntityPortMirroringTest.class.getClassLoader()