re base code
[sdc.git] / common-app-api / src / test / java / org / openecomp / sdc / common / test / YamlTest.java
index 81e1784..78465fb 100644 (file)
 
 package org.openecomp.sdc.common.test;
 
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
-
 import org.apache.commons.codec.binary.Base64;
 import org.junit.BeforeClass;
 import org.junit.Test;
 import org.openecomp.sdc.common.util.YamlToObjectConverter;
 
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
+
 public class YamlTest {
 
        private static YamlToObjectConverter yamlToObjectConverter;