JAL-3518 add alwaysRun = true [sigh]
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 1 Jun 2020 07:45:44 +0000 (08:45 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 1 Jun 2020 07:45:44 +0000 (08:45 +0100)
test/jalview/ext/jmol/JmolCommandsTest.java
test/jalview/ext/pymol/PymolCommandsTest.java
test/jalview/ext/rbvi/chimera/ChimeraCommandsTest.java
test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java

index 05b1041..056d231 100644 (file)
@@ -49,7 +49,7 @@ public class JmolCommandsTest
 {
   private JmolCommands testee;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public void setUp()
   {
     testee = new JmolCommands();
index 3eb05f5..9759ff3 100644 (file)
@@ -41,7 +41,7 @@ public class PymolCommandsTest
 {
   private PymolCommands testee;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public void setUp()
   {
     testee = new PymolCommands();
index 49a93c2..b040687 100644 (file)
@@ -39,7 +39,7 @@ public class ChimeraCommandsTest
 {
   private ChimeraCommands testee;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public void setUp()
   {
     testee = new ChimeraCommands();
index 7441fee..cb951c6 100644 (file)
@@ -39,7 +39,7 @@ public class ChimeraXCommandsTest
 {
   private ChimeraXCommands testee;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public void setUp()
   {
     testee = new ChimeraXCommands();