JAL-1805 test envirionment separation
[jalview.git] / test / jalview / viewmodel / styles / ViewStyleTest.java
index 32003c2..9e259a9 100644 (file)
@@ -3,12 +3,14 @@ package jalview.viewmodel.styles;
 import static org.testng.AssertJUnit.assertEquals;
 import static org.testng.AssertJUnit.assertFalse;
 import static org.testng.AssertJUnit.assertTrue;
-import org.testng.annotations.Test;
-import org.testng.AssertJUnit;
+
 import java.awt.Color;
 import java.lang.reflect.Field;
 import java.util.Random;
 
+import org.testng.AssertJUnit;
+import org.testng.annotations.Test;
+
 
 public class ViewStyleTest
 {
@@ -28,7 +30,7 @@ public class ViewStyleTest
    * @throws IllegalAccessException
    * @throws IllegalArgumentException
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testCopyConstructor() throws IllegalArgumentException,
           IllegalAccessException
   {
@@ -163,7 +165,7 @@ public class ViewStyleTest
    * @throws IllegalAccessException
    * @throws IllegalArgumentException
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testEquals() throws IllegalArgumentException,
           IllegalAccessException
   {