X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=apiroute%2Fapiroute-service%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fmsb%2Fapiroute%2Fwrapper%2Futil%2FConfigUtilTest.java;h=72c3cc48ce4c09e63e527998429943a3863101e7;hb=68cc488d5e90fedbe0286806d1490e1677ff8395;hp=51a06dfc40dfe4ddce2ab7471016013653bf0a4c;hpb=6f323f32447674c5df56e944b373f6f534231510;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/ConfigUtilTest.java b/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/ConfigUtilTest.java index 51a06df..72c3cc4 100644 --- a/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/ConfigUtilTest.java +++ b/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/ConfigUtilTest.java @@ -25,9 +25,11 @@ import org.onap.msb.apiroute.api.DiscoverInfo; import org.powermock.api.mockito.PowerMockito; import org.powermock.core.classloader.annotations.PrepareForTest; import org.powermock.modules.junit4.PowerMockRunner; +import org.powermock.core.classloader.annotations.PowerMockIgnore; @RunWith(PowerMockRunner.class) @PrepareForTest({ConfigUtil.class}) +@PowerMockIgnore("jdk.internal.reflect.*") public class ConfigUtilTest { @Test