JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / schemes / ScoreMatrixPrinter.java
index 89f9f8a..5868210 100644 (file)
  */
 package jalview.schemes;
 
+import org.testng.annotations.Test;
 import jalview.api.analysis.ScoreModelI;
 
 import java.util.Map;
 
-import org.junit.Test;
-
 public class ScoreMatrixPrinter
 {
   @Test