Author: lmandel
Date: Sun Dec  4 23:34:13 2005
New Revision: 354005

URL: http://svn.apache.org/viewcvs?rev=354005&view=rev
Log:
Added comments for JUnit methods.

Modified:
    
incubator/woden/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java

Modified: 
incubator/woden/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java?rev=354005&r1=354004&r2=354005&view=diff
==============================================================================
--- 
incubator/woden/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java
 (original)
+++ 
incubator/woden/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java
 Sun Dec  4 23:34:13 2005
@@ -59,11 +59,19 @@
   private ErrorReporter reporter;
   private TestErrorHandler handler;
   
+  /**
+   * Create a test suite from this test class.
+   * 
+   * @return A test suite from this test class.
+   */
   public static Test suite()
   {
        return new TestSuite(WSDLDocumentValidatorTest.class);
   }
   
+  /* (non-Javadoc)
+   * @see junit.framework.TestCase#setUp()
+   */
   protected void setUp() throws Exception 
   {
     val = new WSDLDocumentValidator();
@@ -72,6 +80,9 @@
     reporter.setErrorHandler(handler);
   }
 
+  /* (non-Javadoc)
+   * @see junit.framework.TestCase#tearDown()
+   */
   protected void tearDown() throws Exception 
   {
     val = null;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to