Fix Technical Debt, basic JUnit tests for Rest 59/28459/2
authorvdmeer <sven.van.der.meer@ericsson.com>
Wed, 17 Jan 2018 23:13:14 +0000 (23:13 +0000)
committervdmeer <sven.van.der.meer@ericsson.com>
Wed, 17 Jan 2018 23:23:50 +0000 (23:23 +0000)
commit6f37785a393d45d1925dc0b4dd84f0107b3aab57
treef94180fbef46c691ccf0b42c34e47f27fc202ae9
parentbdf5640a2c68a0899363503dafa0f7cb1557e4a6
Fix Technical Debt, basic JUnit tests for Rest

Basic tests for get and post
(not testing full user/pw/body)

Issue-ID: POLICY-455
Change-Id: I186ebf969abc239e5056199c2fd8da9f3253d2fc
Signed-off-by: vdmeer.sven <sven.van.der.meer@ericsson.com>
controlloop/common/model-impl/rest/src/main/java/org/onap/policy/rest/RESTManager.java
controlloop/common/model-impl/rest/src/test/java/org/onap/policy/rest/TestGet.java [new file with mode: 0755]
controlloop/common/model-impl/rest/src/test/java/org/onap/policy/rest/TestPair.java [new file with mode: 0755]
controlloop/common/model-impl/rest/src/test/java/org/onap/policy/rest/TestPost.java [new file with mode: 0755]