JAL-736 JAL-1645 brief documentation about physicochemical property conservation...
[jalview.git] / test / MCview / BondTest.java
index 333bfce..4bdfff7 100644 (file)
@@ -1,13 +1,13 @@
 package MCview;
 
-import static org.junit.Assert.assertEquals;
+import static org.testng.AssertJUnit.assertEquals;
 
-import org.junit.Test;
+import org.testng.annotations.Test;
 
 public class BondTest
 {
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testTranslate()
   {
     Atom a1 = new Atom(1f, 2f, 3f);