JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / io / JSONFileTest.java
index 108dd31..b6a3e4a 100644 (file)
@@ -62,7 +62,7 @@ public class JSONFileTest
 
   private JSONFile jf;
 
-  @BeforeTest
+  @BeforeTest(alwaysRun = true)
   public void setup() throws Exception
   {
     // create and add sequences
@@ -228,7 +228,7 @@ public class JSONFileTest
 
   }
 
-  @BeforeMethod
+ @BeforeMethod(alwaysRun = true)
   public void methodSetup()
   {
     passedCount = 0;