JAL-1805 test envirionment separation
[jalview.git] / test / jalview / datamodel / DBRefEntryTest.java
index 38c7f51..f00cb38 100644 (file)
@@ -1,10 +1,11 @@
 package jalview.datamodel;
 
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
+import static org.testng.AssertJUnit.assertFalse;
+import static org.testng.AssertJUnit.assertTrue;
+
 import jalview.util.MapList;
 
-import org.junit.Test;
+import org.testng.annotations.Test;
 
 public class DBRefEntryTest
 {
@@ -12,7 +13,7 @@ public class DBRefEntryTest
   /**
    * Tests for the method that compares equality of reference (but not mapping)
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testEqualRef()
   {
     DBRefEntry ref1 = new DBRefEntry("UNIPROT", "1", "V71633");