JAL-1805 test envirionment separation
[jalview.git] / test / jalview / schemes / DnaCodonTests.java
index 75877ee..3d20190 100644 (file)
@@ -29,13 +29,13 @@ import org.testng.annotations.Test;
 public class DnaCodonTests
 {
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testAmbiguityCodeGeneration()
   {
     assertTrue(ResidueProperties.ambiguityCodes.size() > 0);
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testAmbiguityCodon()
   {
     for (String ac : ResidueProperties.ambiguityCodes.keySet())
@@ -45,7 +45,7 @@ public class DnaCodonTests
     }
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void regenerateCodonTable()
   {
     for (Map.Entry<String, String> codon : ResidueProperties.codonHash2
@@ -56,7 +56,7 @@ public class DnaCodonTests
     }
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void checkOldCodonagainstNewCodonTable()
   {
     // note - this test will be removed once the old codon table (including