JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / MCview / BondTest.java
index 333bfce..0060e3f 100644 (file)
@@ -1,8 +1,7 @@
 package MCview;
 
-import static org.junit.Assert.assertEquals;
-
-import org.junit.Test;
+import static org.testng.AssertJUnit.assertEquals;
+import org.testng.annotations.Test;
 
 public class BondTest
 {