JAL-1759 merge from develop
[jalview.git] / test / jalview / util / ShiftListTest.java
index f680d6c..eae2811 100644 (file)
@@ -1,17 +1,17 @@
 package jalview.util;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNull;
+import static org.testng.AssertJUnit.assertEquals;
+import static org.testng.AssertJUnit.assertNull;
 
 import java.util.Arrays;
 import java.util.List;
 
-import org.junit.Test;
+import org.testng.annotations.Test;
 
 public class ShiftListTest
 {
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testParseMap()
   {
     assertNull(ShiftList.parseMap(null));