JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / io / RNAMLfileTest.java
index c7e6398..a838cf7 100644 (file)
  */
 package jalview.io;
 
+import org.testng.annotations.AfterClass;
+import org.testng.annotations.Test;
+import org.testng.annotations.BeforeClass;
 import java.io.File;
 
-import org.junit.AfterClass;
-import org.junit.BeforeClass;
-import org.junit.Test;
-
 public class RNAMLfileTest
 {