JAL-1805 test envirionment separation
[jalview.git] / test / jalview / analysis / CrossRefTest.java
index 35606f0..bd737fa 100644 (file)
@@ -1,15 +1,15 @@
 package jalview.analysis;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertSame;
-
-import org.junit.Test;
+import static org.testng.AssertJUnit.assertEquals;
+import static org.testng.AssertJUnit.assertSame;
 
 import jalview.datamodel.DBRefEntry;
 
+import org.testng.annotations.Test;
+
 public class CrossRefTest
 {
-  @Test
+  @Test(groups ={ "Functional" })
   public void testFindXDbRefs()
   {
     DBRefEntry ref1 = new DBRefEntry("UNIPROT", "1", "A123");