Remove exception test helpers from policy-common 47/142947/3
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 16 Jan 2026 19:19:18 +0000 (19:19 +0000)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Mon, 19 Jan 2026 15:32:39 +0000 (15:32 +0000)
commit4e7280f435add3bfe69cd70a25cb1ecffbb71653
treea56c48ba9fc81fc09d7f13e789cb0e2d86a993af
parentb6c30d3b4ed6c003c5bc3c51d32af95ed53f2186
Remove exception test helpers from policy-common

Issue-ID: POLICY-5532
Change-Id: I4ecad091a0de354ae2d321a4c2a9727e0192994d
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
policy-common/src/main/java/org/onap/policy/common/message/bus/event/client/TopicSinkClientException.java
policy-common/src/main/java/org/onap/policy/common/utils/test/ConstructionError.java [deleted file]
policy-common/src/main/java/org/onap/policy/common/utils/test/ErrorsTester.java [deleted file]
policy-common/src/main/java/org/onap/policy/common/utils/test/ExceptionsTester.java [deleted file]
policy-common/src/main/java/org/onap/policy/common/utils/test/ThrowablesTester.java [deleted file]
policy-common/src/test/java/org/onap/policy/common/message/bus/event/client/TopicClientExceptionTest.java
policy-common/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java [deleted file]
policy-common/src/test/java/org/onap/policy/common/utils/test/ErrorsTesterTest.java [deleted file]
policy-common/src/test/java/org/onap/policy/common/utils/test/ExceptionsTesterTest.java [deleted file]
policy-common/src/test/java/org/onap/policy/common/utils/test/ThrowablesTesterTest.java [deleted file]