summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
diff options
context:
space:
mode:
authorDmitry Puzikov <d.puzikov2@partner.samsung.com>2019-11-20 17:08:22 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-12-01 15:49:13 +0000
commit562b7d5d155c840c1608b0c449c7fe7b6871035e (patch)
tree42ee5f3e3f7acdbbd2166bc9faf1209ead601b60 /common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
parent57c8700a4808665d5005de583a15354b9fb0b9f8 (diff)
Increase test coverage
Added tests for uncovered default methods. Change-Id: I3bd88ba5d53a8e5614bd72d2781801fcd5f3fe14 Issue-ID: SDC-2669 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-api/pom.xml')
-rw-r--r--common/onap-common-configuration-management/onap-configuration-management-api/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
index a5bed15729..5105e690ec 100644
--- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
+++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
@@ -19,6 +19,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>