JAL-1551 a bit of javadoc for Jalview.testoutput methods
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 6 Jun 2023 15:30:04 +0000 (16:30 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 6 Jun 2023 15:30:04 +0000 (16:30 +0100)
src/jalview/bin/Jalview.java

index dc97549..b560c5f 100755 (executable)
@@ -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)