Create Unit Tests for Message Handler and Activator 20/130320/3
authorFrancescoFioraEst <francesco.fiora@est.tech>
Wed, 17 Aug 2022 08:52:46 +0000 (09:52 +0100)
committerFrancescoFioraEst <francesco.fiora@est.tech>
Wed, 24 Aug 2022 07:53:00 +0000 (08:53 +0100)
commitd49e71949f5c5f2b5f70057c9ab6ded2c789fbf1
tree7a431d8cb6e838bd2a2cc8e92501ba2e3db9bde5
parenteafce4b03a77e729e1eb7fce7368e206b7fc9dce
Create Unit Tests for Message Handler and Activator

Issue-ID: POLICY-4325
Change-Id: I1f91dec71974bd1169e3310d59057a6b96061db9
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
participant/participant-impl/participant-impl-acelement/src/test/java/org/onap/policy/clamp/acm/element/handler/MessageActivatorTest.java [new file with mode: 0644]
participant/participant-impl/participant-impl-acelement/src/test/java/org/onap/policy/clamp/acm/element/handler/MessageHandlerTest.java [new file with mode: 0644]
participant/participant-impl/participant-impl-acelement/src/test/java/org/onap/policy/clamp/acm/element/service/BridgeServiceTest.java [new file with mode: 0644]
participant/participant-impl/participant-impl-acelement/src/test/java/org/onap/policy/clamp/acm/element/service/ConfigServiceTest.java [new file with mode: 0644]
participant/participant-impl/participant-impl-acelement/src/test/java/org/onap/policy/clamp/acm/element/service/StarterServiceTest.java [new file with mode: 0644]