diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2022-09-27 07:40:02 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2022-09-27 08:31:17 +0100 |
commit | 8f94bb6475f8abdc40a4ae5b7f2d19c7d6de0423 (patch) | |
tree | 79e9e03af154111068045aef99219cea8440fe0f /participant/participant-impl/participant-impl-policy/src/main/java | |
parent | a368937411e8767bc19f50a7968567fb68a6dfeb (diff) |
Improve code coverage on policy-participant module in clamp
Added junits for handler and policy client classes which improves the
overall module covergae from 38.8% to 92%
Issue-ID: POLICY-4365
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I0a860cff870b77a29a66f04645c64fdd8cf66313
Diffstat (limited to 'participant/participant-impl/participant-impl-policy/src/main/java')
-rw-r--r-- | participant/participant-impl/participant-impl-policy/src/main/java/org/onap/policy/clamp/acm/participant/policy/main/handler/AutomationCompositionElementHandler.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/participant/participant-impl/participant-impl-policy/src/main/java/org/onap/policy/clamp/acm/participant/policy/main/handler/AutomationCompositionElementHandler.java b/participant/participant-impl/participant-impl-policy/src/main/java/org/onap/policy/clamp/acm/participant/policy/main/handler/AutomationCompositionElementHandler.java index e020d209e..e3679229d 100644 --- a/participant/participant-impl/participant-impl-policy/src/main/java/org/onap/policy/clamp/acm/participant/policy/main/handler/AutomationCompositionElementHandler.java +++ b/participant/participant-impl/participant-impl-policy/src/main/java/org/onap/policy/clamp/acm/participant/policy/main/handler/AutomationCompositionElementHandler.java @@ -175,9 +175,9 @@ public class AutomationCompositionElementHandler implements AutomationCompositio } /** - * Callback method to handle an update on a automation composition element. + * Callback method to handle an update on automation composition element. * - * @param element the information on the automation composition element + * @param element the information on the automation composition element * @param acElementDefinition toscaNodeTemplate * @throws PfModelException in case of an exception */ |