Unit-tests in notification, validation, VLM 85/72985/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Sat, 17 Nov 2018 20:18:53 +0000 (22:18 +0200)
committervempo <vitaliy.emporopulo@amdocs.com>
Sat, 17 Nov 2018 20:18:53 +0000 (22:18 +0200)
commitcc628e4c8258820e2fb0a47acdcc47c15a2b71bd
tree9f0f6eb504283d69288b39b1aadf893f4dd94a97
parenta7bb8ec767dd9ec755dc5ef9b489f1114c034db3
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 <vitaliy.emporopulo@amdocs.com>
openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/src/test/java/org/openecomp/sdcrests/notifications/rest/mapping/MapNotificationsStatusToDtoTest.java [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/test/java/org/openecomp/sdcrests/common/mapping/MapErrorCodeToDtoTest.java [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/test/java/org/openecomp/sdcrests/common/mapping/MapErrorMessageToDtoTest.java [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/test/java/org/openecomp/sdcrests/mapping/EchoMapMappingTest.java [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/src/test/java/org/openecomp/sdcrests/validation/rest/mapping/MapValidationFileResponseToValidationFileResponseDtoTest.java [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/test/java/org/openecomp/sdcrests/vendorlicense/rest/mapping/MapLimitRequestDtoToLimitEntityTest.java [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/test/resources/logback-test.xml [new file with mode: 0644]