From: BobHanson Date: Wed, 10 Jun 2020 17:48:37 +0000 (-0500) Subject: Bamboo test - setting method priorities X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=0b68f321dd8024c6957aefec9a1e8c547a93b0ad;p=jalview.git Bamboo test - setting method priorities --- diff --git a/test/jalview/gui/SeqCanvasTest.java b/test/jalview/gui/SeqCanvasTest.java index a5c8aaa..3877429 100644 --- a/test/jalview/gui/SeqCanvasTest.java +++ b/test/jalview/gui/SeqCanvasTest.java @@ -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(