JAL-1782 JAL-1780 JAL-653 JAL-1892 update patched refactored test suite with TestNG
[jalview.git] / test / jalview / gui / JvSwingUtilsTest.java
index 11e6ea5..1a16053 100644 (file)
@@ -1,10 +1,10 @@
 package jalview.gui;
 
-import static org.junit.Assert.assertEquals;
+import static org.testng.AssertJUnit.assertEquals;
 
 import javax.swing.JScrollBar;
 
-import org.junit.Test;
+import org.testng.annotations.Test;
 
 public class JvSwingUtilsTest
 {