Create a Junit test for ServiceTopologyOperation 11/19811/1
authorJoey Sullivan <joey.sullivan@amdocs.com>
Thu, 19 Oct 2017 19:53:05 +0000 (19:53 +0000)
committerJoey Sullivan <joey.sullivan@amdocs.com>
Thu, 19 Oct 2017 20:17:43 +0000 (20:17 +0000)
commit107951a4b13c1a4c725b9df201a1af7595ef4dec
tree1a28ac684c7ec8afc0c292166558c856873d4f89
parent45ac56ef4f49b57bee4aa2cd52e4e41618ae2251
Create a Junit test for ServiceTopologyOperation

This test verifies ServiceTopologyOperation RPC
executes a DG then produces the expected
ServiceTopologyOperationOutput and persisted the
expected Service in the DataBroker.  In addition
util classes were written to make it easier to
write additional MDSAL test in the future.

Change-Id: I2281099df767397b628ec2caff06f3dd49962b8b
Issue-ID: SDNC-101
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
generic-resource-api/provider/pom.xml
generic-resource-api/provider/src/main/java/org/onap/sdnc/northbound/GenericResourceApiProvider.java
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/GenericResourceApiProviderTest.java [new file with mode: 0644]
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/GenericResourceApiSvcLogicServiceClientTest.java
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/NetworkTopologyOperationRPCTest.java [moved from generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/TestGenericResourceApi.java with 51% similarity]
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/ServiceTopologyOperationRPCTest.java [new file with mode: 0644]
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/GenericResourceApiSvcLogicServiceClientMockUtil.java [new file with mode: 0644]
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/MDSALUtil.java [new file with mode: 0644]
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/PropBuilder.java [new file with mode: 0644]