JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / schemes / ResiduePropertiesTest.java
index b82d338..429323b 100644 (file)
@@ -1,13 +1,11 @@
 package jalview.schemes;
 
-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 org.testng.annotations.Test;
 import java.util.Collections;
 import java.util.List;
 
-import org.junit.Test;
-
 public class ResiduePropertiesTest
 {