JAL-1782 JAL-1780 JAL-653 JAL-1892 update patched refactored test suite with TestNG
[jalview.git] / test / jalview / analysis / CrossRefTest.java
index 35606f0..095fc05 100644 (file)
@@ -1,12 +1,12 @@
 package jalview.analysis;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertSame;
-
-import org.junit.Test;
+import static org.testng.AssertJUnit.assertEquals;
+import static org.testng.AssertJUnit.assertSame;
 
 import jalview.datamodel.DBRefEntry;
 
+import org.testng.annotations.Test;
+
 public class CrossRefTest
 {
   @Test