Change-Id: I0b2fb3389ebbe5f1bd8ae86421711a08b5614827
Issue-ID: SDC-1744
Signed-off-by: shrek2000 <orenkle@amdocs.com>
package org.openecomp.sdc.vendorsoftwareproduct.upload.csar;
-import org.junit.Test;
-import org.openecomp.sdc.common.errors.Messages;
-import org.openecomp.sdc.vendorsoftwareproduct.impl.orchestration.csar.OnboardingToscaMetadata;
+
+import static org.testng.Assert.assertEquals;
import java.io.IOException;
import java.io.InputStream;
-
-import static org.junit.Assert.assertEquals;
+import org.openecomp.sdc.vendorsoftwareproduct.impl.orchestration.csar.OnboardingToscaMetadata;
+import org.testng.annotations.Test;
public class MetadataParsingTest {