diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-11-17 22:18:53 +0200 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-11-19 18:06:01 +0000 |
commit | 552b66a92b70211812a139369a3255dd13ecc4ee (patch) | |
tree | 3a05c867ac43902e28bed809db8da4bcd9dfe384 /openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml | |
parent | 523dd7a1328e7be22f0e3cecd0cc504462a70ee7 (diff) |
Unit-tests in notification, validation, VLM
Unit-tests for mappers in a few libraries.
(cherry picked from commit cc628e4c8258820e2fb0a47acdcc47c15a2b71bd)
Change-Id: I250ff97e5dfe90fa05ec329e25cf6a14dac261f7
Issue-ID: SDC-1917
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml index cb7e6f048e..3cb2627df2 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml @@ -50,6 +50,16 @@ <artifactId>spring-context</artifactId> <version>${spring.framework.version}</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> |