Author: rdonkin
Date: Mon Dec  9 05:46:56 2013
New Revision: 1549421

URL: http://svn.apache.org/r1549421
Log:
Add Java Doc.

Modified:
    
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/guesser/GuessUtilsTest.java

Modified: 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/guesser/GuessUtilsTest.java
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/guesser/GuessUtilsTest.java?rev=1549421&r1=1549420&r2=1549421&view=diff
==============================================================================
--- 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/guesser/GuessUtilsTest.java
 (original)
+++ 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/guesser/GuessUtilsTest.java
 Mon Dec  9 05:46:56 2013
@@ -23,8 +23,17 @@ import junit.framework.Assert;
 
 import org.junit.Test;
 
+/**
+ * The Class GuessUtilsTest.
+ */
 public class GuessUtilsTest {
 
+       /**
+        * Normalise.
+        * 
+        * @throws Exception
+        *             the exception
+        */
     @Test
     public void normalise() throws Exception {
                assertEquals("LICENSE", new GuessUtils().normalise("license"));
@@ -37,6 +46,9 @@ public class GuessUtilsTest {
                assertEquals("", new GuessUtils().normalise("/"));
     }
     
+       /**
+        * Test guess utils constructor.
+        */
     @Test
        public void testGuessUtilsConstructor() {
                Assert.assertNotNull(new GuessUtils());


Reply via email to