You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/24 15:51:49 UTC

svn commit: r1329722 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java

Author: ggregory
Date: Tue Apr 24 13:51:48 2012
New Revision: 1329722

URL: http://svn.apache.org/viewvc?rev=1329722&view=rev
Log:
Javadoc.

Modified:
    commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java

Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java?rev=1329722&r1=1329721&r2=1329722&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java (original)
+++ commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java Tue Apr 24 13:51:48 2012
@@ -65,6 +65,13 @@ public class HttpProviderTestCase extend
         }
     }
 
+    /**
+     * Creates a new test suite.
+     * 
+     * @return a new test suite.
+     * @throws Exception
+     *             Thrown when the suite cannot be constructed.
+     */
     public static Test suite() throws Exception
     {
         return new ProviderTestSuite(new HttpProviderTestCase())
@@ -101,6 +108,12 @@ public class HttpProviderTestCase extend
         }
     }
 
+    /**
+     * Builds a new test case.
+     * 
+     * @throws IOException
+     *             Thrown if a free local socket port cannot be found.
+     */
     public HttpProviderTestCase() throws IOException
     {
         SocketPort = FreeSocketPortUtil.findFreeLocalPort();