org.apache.maven.plugin.javadoc
Class JavadocUtilTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.javadoc.JavadocUtilTest
All Implemented Interfaces:
junit.framework.Test

public class JavadocUtilTest
extends junit.framework.TestCase

Version:
$Id$
Author:
Vincent Siveton

Constructor Summary
JavadocUtilTest()
           
 
Method Summary
 void testHideProxyPassword()
          Method to test the hiding proxy password.
 void testParseJavadocMemory()
          Method to test the javadoc memory parsing.
 void testParseJavadocVersion()
          Method to test the javadoc version parsing.
 void testValidateEncoding()
          Method to test the validate encoding parsing.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavadocUtilTest

public JavadocUtilTest()
Method Detail

testParseJavadocVersion

public void testParseJavadocVersion()
                             throws java.lang.Exception
Method to test the javadoc version parsing.

Throws:
java.lang.Exception - if any

testParseJavadocMemory

public void testParseJavadocMemory()
                            throws java.lang.Exception
Method to test the javadoc memory parsing.

Throws:
java.lang.Exception - if any

testValidateEncoding

public void testValidateEncoding()
                          throws java.lang.Exception
Method to test the validate encoding parsing.

Throws:
java.lang.Exception - if any

testHideProxyPassword

public void testHideProxyPassword()
                           throws java.lang.Exception
Method to test the hiding proxy password.

Throws:
java.lang.Exception - if any


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.