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 --- .../src/test/java/org/openecomp/vid/controller/TestSuite.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java') diff --git a/vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java b/vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java index 3253712e..c1b14642 100644 --- a/vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java +++ b/vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java @@ -6,6 +6,7 @@ import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses( -{ HealthCheckControllerTest.class, PropertyControllerTest.class, AaiControllerTest.class }) +{ HealthCheckControllerTest.class, PropertyControllerTest.class, AaiControllerTest.class, + ViewEditSubControllerTest.class }) public class TestSuite { // nothing } -- cgit 1.2.3-korg