aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java
diff options
context:
space:
mode:
authorRama-Huawei <rama.subba.reddy.s@huawei.com>2022-06-07 19:07:26 +0530
committerRama-Huawei <rama.subba.reddy.s@huawei.com>2022-06-15 09:22:29 +0530
commitb58d6c90de8d4856ff580a038164ede05f4e94c0 (patch)
tree0a699fc6aba45f97ff9000b752c54455fcfdbaac /UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java
parentb12e2094176feead427dd6bc44d0b456f7341f02 (diff)
CodeCoverage improvement for dcaegen2-services-mapper
Issue-ID: DCAEGEN2-3167 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I979d993790f08987c26a02bf4686ba865153e177
Diffstat (limited to 'UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java')
-rw-r--r--UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java b/UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java
index 0097658..00ed93a 100644
--- a/UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java
+++ b/UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/mappingconfig/EntryTest.java
@@ -3,6 +3,7 @@
* ONAP : DCAE
* ================================================================================
* Copyright 2018-2019 TechMahindra
+ * Copyright (C) 2022 Huawei. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -52,9 +53,8 @@ public class EntryTest {
assertEquals(entry.getAdditionalProperties(), additionalProperties);
assert (entry.toString() != null);
assert (entry.hashCode() != 0);
-
+ assert (!entry.equals(null));
assert (entry.equals(entry));
-
}
}