Bamboo test - setting method priorities
authorBobHanson <hansonr@stolaf.edu>
Wed, 10 Jun 2020 17:48:37 +0000 (12:48 -0500)
committerBobHanson <hansonr@stolaf.edu>
Wed, 10 Jun 2020 17:48:37 +0000 (12:48 -0500)
test/jalview/gui/SeqCanvasTest.java

index a5c8aaa..3877429 100644 (file)
@@ -51,7 +51,7 @@ public class SeqCanvasTest
    * Test the method that computes wrapped width in residues, height of wrapped
    * widths in pixels, and the number of widths visible
    */
-  @Test(groups = "Functional")
+  @Test(groups = "Functional", priority = 0)
   public void testCalculateWrappedGeometry_noAnnotations()
   {
     AlignFrame af = new FileLoader().LoadFileWaitTillLoaded(
@@ -222,7 +222,7 @@ public class SeqCanvasTest
    * Test the method that computes wrapped width in residues, height of wrapped
    * widths in pixels, and the number of widths visible
    */
-  @Test(groups = "Functional")
+  @Test(groups = "Functional", priority = 1)
   public void testCalculateWrappedGeometry_withAnnotations()
   {
     AlignFrame af = new FileLoader().LoadFileWaitTillLoaded(
@@ -324,7 +324,7 @@ public class SeqCanvasTest
    * endSeq should be unchanged, but the vertical repeat height should include
    * all sequences.
    */
-  @Test(groups = "Functional")
+  @Test(groups = "Functional", priority = 2)
   public void testCalculateWrappedGeometry_fromScrolled()
   {
     AlignFrame af = new FileLoader().LoadFileWaitTillLoaded(