JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / datamodel / AlignedCodonFrameTest.java
index 0e24bf6..c081ced 100644 (file)
@@ -1,13 +1,12 @@
 package jalview.datamodel;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNull;
+import static org.testng.AssertJUnit.assertEquals;
+import static org.testng.AssertJUnit.assertNull;
+import org.testng.annotations.Test;
 import jalview.util.MapList;
 
 import java.util.Arrays;
 
-import org.junit.Test;
-
 public class AlignedCodonFrameTest
 {