X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Ffts%2Fcore%2FFTSRestClientTest.java;h=2e9a5f45c3076bb812decc2bf1eb160f4f90077c;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=44fe8d0e763cb9d57c5ac1a26e16b4cc6feafa14;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8;p=jalview.git diff --git a/test/jalview/fts/core/FTSRestClientTest.java b/test/jalview/fts/core/FTSRestClientTest.java index 44fe8d0..2e9a5f4 100644 --- a/test/jalview/fts/core/FTSRestClientTest.java +++ b/test/jalview/fts/core/FTSRestClientTest.java @@ -78,8 +78,8 @@ public class FTSRestClientTest foundIndex = ftsRestClient.getPrimaryKeyColumIndex(wantedFields, false); Assert.assertEquals(foundIndex, 0); - foundIndex = ftsRestClient - .getPrimaryKeyColumIndex(wantedFields, true); + foundIndex = ftsRestClient.getPrimaryKeyColumIndex(wantedFields, + true); Assert.assertEquals(foundIndex, 1); } catch (Exception e) { @@ -91,12 +91,12 @@ public class FTSRestClientTest @Test(groups = { "Functional" }) public void getAllDefaulDisplayedDataColumns() { - Assert.assertNotNull(ftsRestClient - .getAllDefaultDisplayedFTSDataColumns()); + Assert.assertNotNull( + ftsRestClient.getAllDefaultDisplayedFTSDataColumns()); Assert.assertTrue(!ftsRestClient.getAllDefaultDisplayedFTSDataColumns() .isEmpty()); - Assert.assertEquals(ftsRestClient - .getAllDefaultDisplayedFTSDataColumns().size(), 7); + Assert.assertEquals( + ftsRestClient.getAllDefaultDisplayedFTSDataColumns().size(), 7); } @Test(groups = { "Functional" }) @@ -287,8 +287,8 @@ public class FTSRestClientTest actualGroupStr = ftsRestClient.getDataColumnGroupById("g4") .toString(); Assert.assertEquals(actualGroupStr, "Procedures & Softwares"); - actualGroupStr = ftsRestClient.getDataColumnGroupById( - "unavailable group").toString(); + actualGroupStr = ftsRestClient + .getDataColumnGroupById("unavailable group").toString(); } catch (Exception e) { Assert.assertTrue(true);