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%2FRouteUtilTest.java;h=b2b096b9d2b59025d419d2e91becb7d15821955a;hb=68cc488d5e90fedbe0286806d1490e1677ff8395;hp=4fb59a1a9d7b7fdb6078053b48a67785fd3f4f93;hpb=6f323f32447674c5df56e944b373f6f534231510;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/RouteUtilTest.java b/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/RouteUtilTest.java index 4fb59a1..b2b096b 100644 --- a/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/RouteUtilTest.java +++ b/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/util/RouteUtilTest.java @@ -27,9 +27,11 @@ import org.onap.msb.apiroute.api.exception.UnprocessableEntityException; 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 RouteUtilTest { @Test