Add more coverage to drools-pdp health check 90/69690/3
authorJim Hahn <jrh3@att.com>
Tue, 2 Oct 2018 19:29:54 +0000 (15:29 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 3 Oct 2018 20:56:11 +0000 (16:56 -0400)
commit1bee2d248ad2cd4ec05b44fe967bc6c69aa36f6a
treeb77a6a40449ac2e033f9450d65708ada3da3ba03
parenteac53deaf9aec175e36f32bef30919392227f8e5
Add more coverage to drools-pdp health check

Added getProperties() method to Factory, as the system properties could
not be found in the jenkins build, for some reason.
Removed Factory, as not needed for junit testing.

Change-Id: I5070b9502ae06be6995cccbb005653928591512c
Issue-ID: POLICY-1148
Signed-off-by: Jim Hahn <jrh3@att.com>
feature-healthcheck/pom.xml
feature-healthcheck/src/main/java/org/onap/policy/drools/healthcheck/HealthCheck.java
feature-healthcheck/src/test/java/org/onap/policy/drools/healthcheck/HealthCheckTest.java