JUnit additions for PAP-REST, checkstyle fixes 02/97702/5
authorbobbymander <bobby.mander@att.com>
Tue, 29 Oct 2019 18:25:50 +0000 (14:25 -0400)
committerbobbymander <bobby.mander@att.com>
Wed, 30 Oct 2019 14:30:47 +0000 (10:30 -0400)
commit349714f2b187d55560fd8ed9a461f64cac233743
treeb9521f92d7e5419649cc515add12ba8503b49f21
parentc46961c5322b8113dcf859e07e596bd7e473bc5d
JUnit additions for PAP-REST, checkstyle fixes

Issue-ID: POLICY-2130
Change-Id: Ia9fb294090a27ee86321249bc6b1cbdf20f33d06
Signed-off-by: bobbymander <bobby.mander@att.com>
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/MicroServiceConfigPolicy.java
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/OptimizationConfigPolicy.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/MicroServicePolicyTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/OptimizationConfigPolicyTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/elk/ElkConnectorTest.java [new file with mode: 0644]
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/handler/DeleteHandlerTest.java