X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-be%2Fapi%2Fopenecomp-sdc-rest-webapp%2Fvendor-license-rest%2Fvendor-license-rest-services%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenecomp%2Fsdcrests%2Fvendorlicense%2Frest%2Fmapping%2FMapLicenseKeyGroupEntityToLicenseKeyGroupEntityDtoTest.java;h=5f387fbb4590e914af952de7fcbe40fe53f942a7;hb=5b593496b8f1b8e8be8d7d2dbcc223332e65a49b;hp=0b17f6014d727d248b10119bff4fcea89bf7ef44;hpb=9200382f2ce7b4bb729aa287d0878004b2d2b4f9;p=sdc.git diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/test/java/org/openecomp/sdcrests/vendorlicense/rest/mapping/MapLicenseKeyGroupEntityToLicenseKeyGroupEntityDtoTest.java b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/test/java/org/openecomp/sdcrests/vendorlicense/rest/mapping/MapLicenseKeyGroupEntityToLicenseKeyGroupEntityDtoTest.java index 0b17f6014d..5f387fbb45 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/test/java/org/openecomp/sdcrests/vendorlicense/rest/mapping/MapLicenseKeyGroupEntityToLicenseKeyGroupEntityDtoTest.java +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/test/java/org/openecomp/sdcrests/vendorlicense/rest/mapping/MapLicenseKeyGroupEntityToLicenseKeyGroupEntityDtoTest.java @@ -16,18 +16,15 @@ package org.openecomp.sdcrests.vendorlicense.rest.mapping; -import static org.testng.Assert.assertEquals; +import org.junit.Test; +import org.openecomp.sdc.vendorlicense.dao.types.*; +import org.openecomp.sdcrests.vendorlicense.types.LicenseKeyGroupEntityDto; import java.util.Collections; import java.util.HashSet; import java.util.Set; -import org.junit.Test; -import org.openecomp.sdc.vendorlicense.dao.types.LicenseKeyGroupEntity; -import org.openecomp.sdc.vendorlicense.dao.types.LicenseKeyType; -import org.openecomp.sdc.vendorlicense.dao.types.MultiChoiceOrOther; -import org.openecomp.sdc.vendorlicense.dao.types.OperationalScope; -import org.openecomp.sdc.vendorlicense.dao.types.ThresholdUnit; -import org.openecomp.sdcrests.vendorlicense.types.LicenseKeyGroupEntityDto; + +import static org.testng.Assert.assertEquals; public class MapLicenseKeyGroupEntityToLicenseKeyGroupEntityDtoTest {