JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / structure / StructureSelectionManagerTest.java
index 8e3e086..44a19f3 100644 (file)
@@ -21,13 +21,13 @@ public class StructureSelectionManagerTest
 {
   private StructureSelectionManager ssm;
 
- @BeforeMethod(alwaysRun = true)
+  @BeforeMethod(alwaysRun = true)
   public void setUp()
   {
     ssm = new StructureSelectionManager();
   }
 
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testRegisterMapping()
   {
     AlignedCodonFrame acf1 = new AlignedCodonFrame();
@@ -51,7 +51,7 @@ public class StructureSelectionManagerTest
     assertTrue(ssm.seqmappings.contains(acf2));
   }
 
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testRegisterMappings()
   {
     AlignedCodonFrame acf1 = new AlignedCodonFrame();
@@ -93,8 +93,7 @@ public class StructureSelectionManagerTest
     sm.setProcessSecondaryStructure(true);
     sm.setAddTempFacAnnot(true);
     PDBfile pmap = sm.setMapping(true, new SequenceI[] { seq },
-            new String[] { null }, "examples/1gaq.txt",
-            FormatAdapter.FILE);
+            new String[] { null }, "examples/1gaq.txt", FormatAdapter.FILE);
     assertTrue(pmap != null);
 
     assertEquals(3, pmap.getSeqs().size());