X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-service%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fauthz%2Fservice%2Fapi%2FJU_API_Api.java;h=f4158ce846253e35abe60e66c5d9e006329840d5;hb=10027f3cd15afd2c8ef341e5cd92de911e07965e;hp=08e8b4f72949a271d197379cbfad86e043731f47;hpb=bd890c575163e4d87ac24198b9c68a39cf4bbc4d;p=aaf%2Fauthz.git diff --git a/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_Api.java b/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_Api.java index 08e8b4f7..f4158ce8 100644 --- a/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_Api.java +++ b/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_Api.java @@ -26,11 +26,13 @@ import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; +import org.junit.runner.RunWith; import org.mockito.Mock; import org.onap.aaf.authz.facade.AuthzFacade; import org.onap.aaf.authz.service.AuthAPI; import org.onap.aaf.authz.service.api.API_Api; - +import org.powermock.modules.junit4.PowerMockRunner; +@RunWith(PowerMockRunner.class) public class JU_API_Api { API_Api api_Api; @Mock