Fix/Add unit tests for appc-rest-adapter 15/12815/1
authorMarcus G K Williams <marcus.williams@intel.com>
Fri, 8 Sep 2017 00:17:07 +0000 (17:17 -0700)
committerMarcus G K Williams <marcus.williams@intel.com>
Fri, 15 Sep 2017 22:06:23 +0000 (15:06 -0700)
commit6475b40bcbb943aa52beec12fc8b54d671d9e429
tree468ff4f4144c3eae69e205bc0e08aa9d75a7c337
parent3aa02022732ca26c7c586026926674e88ab0bb2e
Fix/Add unit tests for appc-rest-adapter

Refactored RestAdapterImpl.java and added
RequestFactory.java to enable cleaner
unit tests. Added unit tests.

Issue-Id: APPC-182
Change-Id: I129a9145ac028eda3257ef8c26f67b87f12c683f
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/src/main/java/org/openecomp/appc/adapter/rest/RequestFactory.java [new file with mode: 0644]
appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/src/main/java/org/openecomp/appc/adapter/rest/impl/RestAdapterImpl.java
appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/src/test/java/org/openecomp/appc/adapter/rest/impl/TestRestAdapterImpl.java