Add utils-test project 13/30313/3
authorJim Hahn <jrh3@att.com>
Mon, 5 Feb 2018 17:05:26 +0000 (12:05 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 5 Feb 2018 18:21:06 +0000 (13:21 -0500)
commit82bc8f543e578f32201d07a23b42d8539b89a4f1
treee96a904c5a181faac3c16a1587fbe60fe9393fcb
parent4aadab035016ebc675698961f410583eee86ebc7
Add utils-test project

Added utils-test project to policy/common.
Modified integrity-audit and integrity-monitor to use the new
utils-test project to test the Exception subclasses.

Change-Id: If4a27cdb2351b7c49b084dbf287950172fa059cf
Issue-ID: POLICY-582
Signed-off-by: Jim Hahn <jrh3@att.com>
12 files changed:
integrity-audit/pom.xml
integrity-audit/src/test/java/org/onap/policy/common/ia/DbAuditExceptionTest.java [deleted file]
integrity-audit/src/test/java/org/onap/policy/common/ia/DbDaoTransactionExceptionTest.java [deleted file]
integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditExceptionTest.java [deleted file]
integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditPropertiesExceptionTest.java [deleted file]
integrity-audit/src/test/java/org/onap/policy/common/ia/test/ExceptionsTest.java [new file with mode: 0644]
integrity-monitor/pom.xml
integrity-monitor/src/test/java/org/onap/policy/common/im/test/ExceptionsTest.java [new file with mode: 0644]
pom.xml
utils-test/pom.xml [new file with mode: 0644]
utils-test/src/main/java/org/onap/policy/common/utils/test/ExceptionsTester.java [new file with mode: 0644]
utils-test/src/test/java/org/onap/policy/common/utils/test/ExceptionsTesterTest.java [new file with mode: 0644]