Add Junit test for appc-provider bundle 15/16115/3
authorHao Kuang <Hao.Kuang@amdocs.com>
Wed, 27 Sep 2017 21:26:02 +0000 (21:26 +0000)
committerPatrick Brady <pb071s@att.com>
Wed, 27 Sep 2017 22:08:36 +0000 (22:08 +0000)
commit78f459993575bcab672898610ec281674ccaebc3
treedb975df296b03cdc0201f75e3d5c596789e722d2
parentcf896d8cff45754a3bdb00f2f277eef3a5ae0cd2
Add Junit test for appc-provider bundle

1. add junite test for appc-provider bundle to increase sonar test converage.
2. move test files of appc-dg-util under java folder.

Issue-Id: APPC-229
Change-Id: I37620a820eb99aecb7fe91974826b4ef2e5d428a
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
13 files changed:
appc-dg-util/appc-dg-util-bundle/src/test/java/org/openecomp/appc/dg/util/AppcDgUtilActivatorTest.java [moved from appc-dg-util/appc-dg-util-bundle/src/test/org/openecomp/appc/dg/util/AppcDgUtilActivatorTest.java with 100% similarity]
appc-dg-util/appc-dg-util-bundle/src/test/java/org/openecomp/appc/dg/util/impl/ExecuteNodeActionImplTest.java [moved from appc-dg-util/appc-dg-util-bundle/src/test/org/openecomp/appc/dg/util/impl/ExecuteNodeActionImplTest.java with 99% similarity]
appc-dg-util/appc-dg-util-bundle/src/test/java/org/openecomp/appc/dg/util/impl/InputParameterValidationImplTest.java [moved from appc-dg-util/appc-dg-util-bundle/src/test/org/openecomp/appc/dg/util/impl/InputParameterValidationImplTest.java with 100% similarity]
appc-dg-util/appc-dg-util-bundle/src/test/java/org/openecomp/appc/dg/util/impl/UpgradeStubNodeImplTest.java [moved from appc-dg-util/appc-dg-util-bundle/src/test/org/openecomp/appc/dg/util/impl/UpgradeStubNodeImplTest.java with 100% similarity]
appc-provider/appc-provider-bundle/pom.xml
appc-provider/appc-provider-bundle/src/main/java/org/openecomp/appc/provider/AppcProvider.java
appc-provider/appc-provider-bundle/src/main/java/org/openecomp/appc/provider/AppcProviderLcm.java
appc-provider/appc-provider-bundle/src/test/java/org/openecomp/appc/AppcProviderTest.java [deleted file]
appc-provider/appc-provider-bundle/src/test/java/org/openecomp/appc/provider/AppcProviderClientTest.java [new file with mode: 0644]
appc-provider/appc-provider-bundle/src/test/java/org/openecomp/appc/provider/AppcProviderLcmTest.java [new file with mode: 0644]
appc-provider/appc-provider-bundle/src/test/java/org/openecomp/appc/provider/AppcProviderTest.java [new file with mode: 0644]
appc-provider/appc-provider-bundle/src/test/java/org/openecomp/appc/provider/ResponseHeaderBuilderTest.java [new file with mode: 0644]
appc-provider/appc-provider-bundle/src/test/java/org/openecomp/appc/provider/topology/TopologyServiceTest.java [new file with mode: 0644]