summaryrefslogtreecommitdiffstats
path: root/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.java
diff options
context:
space:
mode:
Diffstat (limited to 'authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.java')
-rw-r--r--authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.java b/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.java
index 2348effe..29eee9f3 100644
--- a/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.java
+++ b/authz-service/src/test/java/org/onap/aaf/authz/service/api/JU_API_User.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_User;
-
+import org.powermock.modules.junit4.PowerMockRunner;
+@RunWith(PowerMockRunner.class)
public class JU_API_User {
API_User api_User;
@Mock