Improve SONAR coverage
[vid.git] / vid-app-common / src / test / java / org / openecomp / vid / controller / TestSuite.java
index 3253712..c1b1464 100644 (file)
@@ -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
 }