JAL-1805 test envirionment separation
[jalview.git] / test / jalview / io / FileIOTester.java
index 6b7de77..0d66b21 100644 (file)
@@ -73,7 +73,7 @@ public class FileIOTester
             + "' identified as '" + type + "'", type.equalsIgnoreCase(fmt));
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testStarsInFasta1() throws IOException
   {
     String uri;
@@ -82,7 +82,7 @@ public class FileIOTester
     assertValidFormat("FASTA", uri, fp);
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testStarsInFasta2() throws IOException
   {
     String uri;
@@ -91,7 +91,7 @@ public class FileIOTester
     assertValidFormat("FASTA", uri, fp);
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGzipIo() throws IOException
   {
     String uri;
@@ -100,7 +100,7 @@ public class FileIOTester
     assertValidFormat("FASTA", uri, fp);
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGziplocalFileIO() throws IOException
   {
     String filepath;
@@ -109,7 +109,7 @@ public class FileIOTester
     assertValidFormat("FASTA", filepath, fp);
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testNonGzipURLIO() throws IOException
   {
     String uri;
@@ -118,7 +118,7 @@ public class FileIOTester
     assertValidFormat("FASTA", uri, fp);
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testNonGziplocalFileIO() throws IOException
   {
     String filepath;