From 78028f3b588241200e31b71b8190e9926af626e9 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Mon, 9 Oct 2017 11:08:05 +0300 Subject: Improve SONAR coverage Change-Id: Ib36c2e6df9fe100a301b89769078c7a06d3a9ae5 Issue-ID: VID-72 Signed-off-by: Ofir Sonsino --- .../test/java/org/openecomp/vid/controller/AaiControllerTest.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java') diff --git a/vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java b/vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java index 2ab1052bc..e342940f3 100644 --- a/vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java +++ b/vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java @@ -3,10 +3,7 @@ package org.openecomp.vid.controller; import javax.servlet.http.HttpServletRequest; import org.json.simple.JSONObject; -import org.junit.Assert; import org.junit.Test; -import org.openecomp.vid.aai.AaiResponse; -import org.openecomp.vid.model.VersionByInvariantIdsRequest; import org.springframework.http.ResponseEntity; import org.springframework.web.servlet.ModelAndView; @@ -65,7 +62,6 @@ public class AaiControllerTest { testSubject.setViewName(viewName); } - @Test public void testGetTargetProvStatus() throws Exception { AaiController testSubject; @@ -76,8 +72,6 @@ public class AaiControllerTest { result = testSubject.getTargetProvStatus(); } - - @Test public void testViewEditGetTenantsFromServiceType() throws Exception { AaiController testSubject; @@ -91,5 +85,4 @@ public class AaiControllerTest { result = testSubject.viewEditGetTenantsFromServiceType(request, globalCustomerId, serviceType); } - } \ No newline at end of file -- cgit 1.2.3-korg