X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fschemes%2FScoreMatrixPrinter.java;h=f0265c90ac5df5c514fe4ca12941614af72de2d5;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=5868210b2afa3b6dc1227c8373ca9d5c40313b17;hpb=3412b273e964fb1a9d22564b04a5f0c827ec2461;p=jalview.git diff --git a/test/jalview/schemes/ScoreMatrixPrinter.java b/test/jalview/schemes/ScoreMatrixPrinter.java index 5868210..f0265c9 100644 --- a/test/jalview/schemes/ScoreMatrixPrinter.java +++ b/test/jalview/schemes/ScoreMatrixPrinter.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -20,14 +20,15 @@ */ 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 sm : ResidueProperties.scoreMatrices @@ -38,7 +39,7 @@ public class ScoreMatrixPrinter } } - @Test + @Test(groups = { "Functional" }) public void printHTMLMatrices() { for (Map.Entry _sm : ResidueProperties.scoreMatrices