Fixing JSONParser for JSONArray element 25/99825/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Thu, 19 Dec 2019 16:07:59 +0000 (11:07 -0500)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Thu, 19 Dec 2019 16:07:59 +0000 (11:07 -0500)
commitc185a9bf56303dc4ad9feb4ba5b6227a038f4153
tree38cacc09ba79d7405569a75b4fba5476c51e67f7
parent767b8eac24dba80a8aa815879c13b721015b7ab4
Fixing JSONParser for JSONArray element

Refactoring Related JUnit and fixing test JSON Files

Change-Id: I1cd7ba04f53798e4b3f5451de6bfed24054d3ea5
Issue-ID: CCSDK-2008
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
29 files changed:
restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/JsonParser.java
restapi-call-node/provider/src/main/resources/actokentemplate.json
restapi-call-node/provider/src/main/resources/default-ueb-message.json
restapi-call-node/provider/src/main/resources/get-multicast-data.json
restapi-call-node/provider/src/main/resources/l2-dci-connects-template.json
restapi-call-node/provider/src/main/resources/l3-dci-connects-template.json
restapi-call-node/provider/src/main/resources/l3smsitetemplate.json
restapi-call-node/provider/src/main/resources/l3smvpntemplate.json
restapi-call-node/provider/src/main/resources/l3smvrftemplate.json
restapi-call-node/provider/src/main/resources/northbound-api-template.json
restapi-call-node/provider/src/main/resources/service-configuration-notification-northbound-template.json
restapi-call-node/provider/src/main/resources/sptn-l3vpn-template.json
restapi-call-node/provider/src/main/resources/update-vpe-data-with-apply-group.json
restapi-call-node/provider/src/main/resources/vnf-information-update.json
restapi-call-node/provider/src/main/resources/vpn-allocation-request.json
restapi-call-node/provider/src/main/resources/vpn-information-update.json
restapi-call-node/provider/src/main/resources/vrf-service-configuration-information-template.json
restapi-call-node/provider/src/main/resources/vrf-update-vlan-status-template.json
restapi-call-node/provider/src/main/resources/vrf-update.json
restapi-call-node/provider/src/test/java/org/onap/ccsdk/sli/plugins/restapicall/TestJsonParser.java
restapi-call-node/provider/src/test/java/org/onap/ccsdk/sli/plugins/restapicall/TestRestapiCallNode.java
restapi-call-node/provider/src/test/resources/actokentemplate.json
restapi-call-node/provider/src/test/resources/l2-dci-connects-template.json
restapi-call-node/provider/src/test/resources/l3-dci-connects-template.json
restapi-call-node/provider/src/test/resources/l3smsitetemplate.json
restapi-call-node/provider/src/test/resources/l3smvpntemplate.json
restapi-call-node/provider/src/test/resources/l3smvrftemplate.json
restapi-call-node/provider/src/test/resources/test-template.json
restapi-call-node/provider/src/test/resources/test.json