JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / ws / rest / ShmmrRSBSService.java
index c4430ad..d562644 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 org.junit.Test;
+import org.testng.annotations.Test;
 
 import jalview.gui.AlignFrame;
-import jalview.util.StringUtils;
 
 /**
  * @author jimp