Catalog alignment
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / cli / CLIToolTest.java
index 6c15b61..9a5a8b3 100644 (file)
 
 package org.openecomp.sdc.asdctool.cli;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertTrue;
-
 import org.apache.commons.cli.CommandLine;
 import org.apache.commons.cli.Option;
 import org.apache.commons.cli.OptionGroup;
 import org.apache.commons.cli.Options;
 import org.junit.Test;
 
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertTrue;
+
 public class CLIToolTest {
 
     private static final String OPT = "t";