JAL-629 refactor ArgParser and helper classes all to jalview.bin.argparser to remove...
[jalview.git] / test / jalview / bin / argparser / ArgsParserTest.java
similarity index 98%
rename from test/jalview/bin/ArgsParserTest.java
rename to test/jalview/bin/argparser/ArgsParserTest.java
index 23db36f..a163a49 100644 (file)
  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
  * The Jalview Authors are detailed in the 'AUTHORS' file.
  */
-package jalview.bin;
+package jalview.bin.argparser;
 
 import static org.testng.AssertJUnit.assertEquals;
 import static org.testng.AssertJUnit.assertFalse;
 import static org.testng.AssertJUnit.assertNull;
 import static org.testng.AssertJUnit.assertTrue;
 
+import jalview.bin.ArgsParser;
 import jalview.gui.JvOptionPane;
 
 import org.testng.annotations.BeforeClass;