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