From: James Procter Date: Tue, 6 Jun 2023 15:30:04 +0000 (+0100) Subject: JAL-1551 a bit of javadoc for Jalview.testoutput methods X-Git-Tag: Release_2_11_4_0~213^2~22^2~8 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4882f6845b3a82307f68ccc376d36a2f4c884720;p=jalview.git JAL-1551 a bit of javadoc for Jalview.testoutput methods --- diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index dc97549..b560c5f 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -1780,8 +1780,14 @@ public class Jalview } } - /* - * testoutput for string values + /****************************** + * + * TEST OUTPUT METHODS + * + ******************************/ + /** + * method for reporting string values parsed/processed during tests + * */ protected static void testoutput(ArgParser ap, Arg a, String s1, String s2) @@ -1805,6 +1811,10 @@ public class Jalview testoutput(true, a, s1, s2); } + /** + * method for reporting string values parsed/processed during tests + */ + protected static void testoutput(BootstrapArgs bsa, Arg a, String s1, String s2) { @@ -1829,6 +1839,9 @@ public class Jalview testoutput(true, a, s1, s2); } + /** + * report value set for string values parsed/processed during tests + */ private static void testoutput(boolean yes, Arg a, String s1, String s2) { if (yes && ((s1 == null && s2 == null)