JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / ws / jabaws / RNAStructExportImport.java
index 5d9773a..b57e5d0 100644 (file)
@@ -61,7 +61,7 @@ public class RNAStructExportImport
 
   public static jalview.gui.AlignFrame af = null;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
 
@@ -118,7 +118,7 @@ public class RNAStructExportImport
     }
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testRNAAliFoldValidStructure()
   {
 
@@ -138,7 +138,7 @@ public class RNAStructExportImport
     } while (af.getViewport().getCalcManager().isWorking());
 
     AlignmentI orig_alig = af.getViewport().getAlignment();
-    for (AlignmentAnnotation aa:orig_alig.getAlignmentAnnotation())
+    for (AlignmentAnnotation aa : orig_alig.getAlignmentAnnotation())
     {
       if (alifoldClient.involves(aa))
       {
@@ -152,7 +152,7 @@ public class RNAStructExportImport
     }
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testRNAStructExport()
   {
 
@@ -223,7 +223,7 @@ public class RNAStructExportImport
             + "\nCouldn't complete Annotation file roundtrip input/output/input test.");
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testRnaalifoldSettingsRecovery()
   {
     List<compbio.metadata.Argument> opts = new ArrayList<compbio.metadata.Argument>();