X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fjalview%2Fschemes%2FDnaCodonTests.java;h=ff2f2aa63a75b085f175c7b812b491f9e0d9a17f;hb=84137bd3bbc399ca3e1a43811e46f1a00d9c690b;hp=d84f5677411bd161c69bdbd69271d8399ebd7e6b;hpb=3412b273e964fb1a9d22564b04a5f0c827ec2461;p=jalview.git diff --git a/test/jalview/schemes/DnaCodonTests.java b/test/jalview/schemes/DnaCodonTests.java index d84f567..ff2f2aa 100644 --- a/test/jalview/schemes/DnaCodonTests.java +++ b/test/jalview/schemes/DnaCodonTests.java @@ -21,19 +21,21 @@ package jalview.schemes; import static org.testng.AssertJUnit.assertTrue; -import org.testng.annotations.Test; + import java.util.Map; +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()) @@ -43,7 +45,7 @@ public class DnaCodonTests } } - @Test + @Test(groups = { "Functional" }) public void regenerateCodonTable() { for (Map.Entry codon : ResidueProperties.codonHash2 @@ -54,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