From cc628e4c8258820e2fb0a47acdcc47c15a2b71bd Mon Sep 17 00:00:00 2001 From: vempo Date: Sat, 17 Nov 2018 22:18:53 +0200 Subject: Unit-tests in notification, validation, VLM Unit-tests for mappers in a few libraries. Change-Id: I250ff97e5dfe90fa05ec329e25cf6a14dac261f7 Issue-ID: SDC-1917 Signed-off-by: vempo --- .../notifications-rest/notifications-rest-services/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml') 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 3cd7a82a9c..e194288d53 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 @@ spring-context ${spring.framework.version} + + junit + junit + test + + + org.mockito + mockito-core + test + -- cgit 1.2.3-korg