JAL-1805 test envirionment separation
[jalview.git] / test / MCview / ResidueTest.java
index ed98c5b..bb7f796 100644 (file)
@@ -1,16 +1,16 @@
 package MCview;
 
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertSame;
+import static org.testng.AssertJUnit.assertNull;
+import static org.testng.AssertJUnit.assertSame;
 
 import java.util.Vector;
 
-import org.junit.Test;
+import org.testng.annotations.Test;
 
 public class ResidueTest
 {
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testFindAtom()
   {
     Atom a1 = new Atom(1f, 2f, 3f);