Improve SONAR coverage 51/17551/1
authorOfir Sonsino <os0695@att.com>
Sun, 8 Oct 2017 12:04:04 +0000 (15:04 +0300)
committerOfir Sonsino <os0695@att.com>
Sun, 8 Oct 2017 12:04:04 +0000 (15:04 +0300)
commit3274b39fef63c43c6eeb202e98b71b01e0f714ff
treeb4135727278ada8ca46848e7c1d99b20a2403bd6
parent1b796b793fd5a1187873f5a792b170dc16725761
Improve SONAR coverage

Change-Id: I02e9535f96040cd038ef064ee5881c4c3e5e7bca
Issue-ID: VID-72
Signed-off-by: Ofir Sonsino <os0695@att.com>
24 files changed:
epsdk-app-onap/.classpath
epsdk-app-onap/pom.xml
vid-app-common/.classpath
vid-app-common/.settings/org.eclipse.core.resources.prefs
vid-app-common/pom.xml
vid-app-common/src/main/java/org/openecomp/vid/asdc/local/LocalAsdcClient.java
vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java
vid-app-common/src/main/java/org/openecomp/vid/asdc/parser/ToscaParserImpl2.java
vid-app-common/src/main/java/org/openecomp/vid/model/ServiceModel.java
vid-app-common/src/main/resources/sdcservices.json
vid-app-common/src/test/java/org/opencomp/vid/controller/MsoControllerTest.java
vid-app-common/src/test/java/org/opencomp/vid/controller/VidControllerTest.java
vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/controller/HealthCheckControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/controller/PropertyControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/model/ServiceModelTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/model/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/mso/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/roles/RoleValidatorTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/openecomp/vid/roles/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties
vid-app-common/src/test/resources/WEB-INF/conf/system.properties