Adding usage of openpojo in policy common 49/63249/3
authorramverma <ram.krishna.verma@ericsson.com>
Tue, 28 Aug 2018 13:09:39 +0000 (14:09 +0100)
committerramverma <ram.krishna.verma@ericsson.com>
Tue, 28 Aug 2018 13:37:20 +0000 (14:37 +0100)
commit95751fdf0e69dec1c2850136447679ac344c9230
tree7a713c835e8c69ab3b0d625a531c1a5a94f9ccb5
parent99b3ae8b86863672ebe410303182d21daeabd0d1
Adding usage of openpojo in policy common

* Changing TestHealthCheckReport to use openpojo for testing the
  HealthCheckReport class.
* Adding a custom Tester implementation called ToStringTester
  as a utility to test toString() method of classes using openpojo.

Change-Id: I491a23c471d50454b4d5591c6c09c6758e2c0624
Issue-ID: POLICY-1035
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
policy-endpoints/pom.xml
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/report/TestHealthCheckReport.java
utils/pom.xml
utils/src/main/java/org/onap/policy/common/utils/validation/ToStringTester.java [new file with mode: 0644]