X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fstructures%2Fmodels%2FAAStructureBindingModelTest.java;h=420957766603a9955eaa9ab95f4579c9a3794fa0;hb=3412b273e964fb1a9d22564b04a5f0c827ec2461;hp=3db7f23004fed5bf9ec70f75df69eb54c7ea9e38;hpb=4bba61a3c701f83bdcb6707c4d9f17a1f5faaa04;p=jalview.git diff --git a/test/jalview/structures/models/AAStructureBindingModelTest.java b/test/jalview/structures/models/AAStructureBindingModelTest.java index 3db7f23..4209577 100644 --- a/test/jalview/structures/models/AAStructureBindingModelTest.java +++ b/test/jalview/structures/models/AAStructureBindingModelTest.java @@ -1,15 +1,13 @@ package jalview.structures.models; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; - +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.annotations.BeforeMethod; import java.util.Arrays; import java.util.List; -import org.junit.Before; -import org.junit.Test; - import jalview.datamodel.Alignment; import jalview.datamodel.AlignmentI; import jalview.datamodel.PDBEntry; @@ -57,7 +55,7 @@ public class AAStructureBindingModelTest /** * Set up test conditions with three aligned sequences, */ - @Before + @BeforeMethod public void setUp() { SequenceI seq1 = new Sequence("1YCS", "-VPSQK");