JAL-2089 patch broken merge to master for Release 2.10.0b1
[jalview.git] / test / jalview / schemes / ScoreMatrixPrinter.java
index 5868210..293690b 100644 (file)
  */
 package jalview.schemes;
 
-import org.testng.annotations.Test;
 import jalview.api.analysis.ScoreModelI;
 
 import java.util.Map;
 
+import org.testng.annotations.Test;
+
 public class ScoreMatrixPrinter
 {
-  @Test
+  @Test(groups = { "Functional" })
   public void printAllMatrices()
   {
     for (Map.Entry<String, ScoreModelI> sm : ResidueProperties.scoreMatrices
@@ -38,7 +39,7 @@ public class ScoreMatrixPrinter
     }
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void printHTMLMatrices()
   {
     for (Map.Entry<String, ScoreModelI> _sm : ResidueProperties.scoreMatrices