Catalog alignment
[sdc.git] / common-be / src / test / java / org / openecomp / sdc / be / csar / pnf / SoftwareInformationArtifactYamlParserTest.java
index b866fd5..bc49f2d 100644 (file)
 
 package org.openecomp.sdc.be.csar.pnf;
 
+import org.junit.Test;
+import org.openecomp.sdc.be.test.util.TestResourcesHandler;
+
+import java.io.IOException;
+import java.util.Optional;
+
 import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.CoreMatchers.hasItems;
 import static org.hamcrest.CoreMatchers.is;
 import static org.junit.Assert.assertThat;
 
-import java.io.IOException;
-import java.util.Optional;
-import org.junit.Test;
-import org.openecomp.sdc.be.test.util.TestResourcesHandler;
-
 public class SoftwareInformationArtifactYamlParserTest {
 
     @Test