JAL-2046 test to demonstrate feature duplication bug
[jalview.git] / test / jalview / ws / rest / ShmmrRSBSService.java
index c4430ad..30383f7 100644 (file)
  */
 package jalview.ws.rest;
 
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
+import static org.testng.AssertJUnit.assertNotNull;
+import static org.testng.AssertJUnit.assertTrue;
 
-import java.util.Map;
+import jalview.gui.AlignFrame;
 
-import org.junit.Test;
+import java.util.Map;
 
-import jalview.gui.AlignFrame;
-import jalview.util.StringUtils;
+import org.testng.annotations.Test;
 
 /**
  * @author jimp
@@ -37,7 +36,7 @@ import jalview.util.StringUtils;
 public class ShmmrRSBSService
 {
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testShmmrService()
   {
 
@@ -47,7 +46,7 @@ public class ShmmrRSBSService
                     RestClient.makeShmmrRestClient().service));
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testShmmrServiceDataprep() throws Exception
   {
     RestClient _rc = RestClient.makeShmmrRestClient();