Modified: 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java?rev=1649126&r1=1649125&r2=1649126&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
 (original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
 Fri Jan  2 21:13:05 2015
@@ -72,8 +72,14 @@ public class TestHTTPMirrorThread extend
     }
 
     /**
-     * Utility method to handle starting the HttpMirrorServer for testing.
-     * Also used by TestHTTPSamplersAgainstHttpMirrorServer
+     * Utility method to handle starting the HttpMirrorServer for testing. Also
+     * used by TestHTTPSamplersAgainstHttpMirrorServer
+     * 
+     * @param port
+     *            port on which the mirror should be started
+     * @return newly created http mirror server
+     * @throws Exception
+     *             if something fails
      */
     public static HttpMirrorServer startHttpMirror(int port) throws Exception {
         HttpMirrorServer server = null;

Modified: jmeter/trunk/test/src/org/apache/jmeter/resources/PackageTest.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/resources/PackageTest.java?rev=1649126&r1=1649125&r2=1649126&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/resources/PackageTest.java 
(original)
+++ jmeter/trunk/test/src/org/apache/jmeter/resources/PackageTest.java Fri Jan  
2 21:13:05 2015
@@ -234,7 +234,7 @@ public class PackageTest extends TestCas
 
     /**
      * Find I18N resources in classpath
-     * @param srcFiledir
+     * @param srcFiledir directory in which the files reside
      * @return list of properties files subject to I18N
      */
     public static final String[] getResources(File srcFiledir) {
@@ -253,10 +253,16 @@ public class PackageTest extends TestCas
     }
     
     /**
-     * Find resources matching filenamefiler and adds them to set removing 
everything before "/org"
+     * Find resources matching filenamefiler and adds them to set removing
+     * everything before "/org"
+     * 
      * @param file
+     *            directory in which the files reside
      * @param set
+     *            container into which the names of the files should be added
      * @param filenameFilter
+     *            filter that the files must satisfy to be included into
+     *            <code>set</code>
      */
     private static void findFile(File file, Set<String> set,
             FilenameFilter filenameFilter) {
@@ -327,7 +333,7 @@ public class PackageTest extends TestCas
 
     /**
      * Check all messages are available in one language
-     * @throws Exception
+     * @throws Exception if something fails
      */
     public void checkI18n() throws Exception {
         Map<String, Map<String,String>> missingLabelsPerBundle = new 
HashMap<String, Map<String,String>>();

Modified: jmeter/trunk/test/src/org/apache/jmeter/testelement/BarChartTest.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/testelement/BarChartTest.java?rev=1649126&r1=1649125&r2=1649126&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/testelement/BarChartTest.java 
(original)
+++ jmeter/trunk/test/src/org/apache/jmeter/testelement/BarChartTest.java Fri 
Jan  2 21:13:05 2015
@@ -34,7 +34,7 @@ public class BarChartTest extends JMeter
     private static final Logger log = LoggingManager.getLoggerForClass();
 
     /**
-     * @param arg0
+     * @param arg0 name of the test case
      */
     public BarChartTest(String arg0) {
         super(arg0);

Modified: jmeter/trunk/test/src/org/apache/jmeter/testelement/LineGraphTest.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/testelement/LineGraphTest.java?rev=1649126&r1=1649125&r2=1649126&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/testelement/LineGraphTest.java 
(original)
+++ jmeter/trunk/test/src/org/apache/jmeter/testelement/LineGraphTest.java Fri 
Jan  2 21:13:05 2015
@@ -34,7 +34,7 @@ public class LineGraphTest extends JMete
     private static final Logger log = LoggingManager.getLoggerForClass();
 
     /**
-     * @param arg0
+     * @param arg0 name of the test case
      */
     public LineGraphTest(String arg0) {
         super(arg0);


Reply via email to