de.java2html.javasource.test
Class JavaSourceParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by de.java2html.javasource.test.JavaSourceParserTestCase
              extended by de.java2html.javasource.test.JavaSourceParserTest
All Implemented Interfaces:
junit.framework.Test

public class JavaSourceParserTest
extends JavaSourceParserTestCase


Constructor Summary
JavaSourceParserTest()
           
 
Method Summary
 void testAnnotation()
           
 void testAnnotationInterfaceKeyword()
           
 void testEnumKeyword()
           
 void testLineBreaks1()
           
 void testLineBreaks2()
           
 void testPackageWithEmptySpace()
           
 void testPackageWithPrefix()
           
 void testParse()
           
 void testParseEmpty()
           
 void testParseNull()
           
 void testParseSimple()
           
 void testParseSingleTab()
           
 void testParseTabs()
           
 void testParseTypeCHAR_CONSTANT()
           
 void testParseTypeCODE_TYPE()
           
 void testParseTypeCODE()
           
 void testParseTypeCOMMENT_BLOCK()
           
 void testParseTypeCOMMENT_LINE()
           
 void testParseTypeJAVADOC_HTML_TAG()
           
 void testParseTypeJAVADOC_KEYWORD()
           
 void testParseTypeJAVADOC_KEYWORDWithoutSpace()
           
 void testParseTypeJAVADOC_LINKAsOrdinaryTag()
           
 void testParseTypeJAVADOC_LINKS()
           
 void testParseTypeJAVADOC_LINKSDouble()
           
 void testParseTypeJAVADOC_LINKSOutlier1()
           
 void testParseTypeJAVADOC_LINKSOutliers()
           
 void testParseTypeJAVADOC()
           
 void testParseTypeKEYWORD()
           
 void testParseTypeNUM_CONSTANT()
           
 void testParseTypePARENTHESIS()
           
 void testParseTypeSTRING()
           
 void testSimplePackage()
           
 
Methods inherited from class de.java2html.javasource.test.JavaSourceParserTestCase
assertParsedTypesEquals, doParse
 
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

JavaSourceParserTest

public JavaSourceParserTest()
Method Detail

testParseNull

public void testParseNull()
                   throws java.io.IOException
Throws:
java.io.IOException

testParseEmpty

public void testParseEmpty()
                    throws java.io.IOException
Throws:
java.io.IOException

testParseSimple

public void testParseSimple()
                     throws java.io.IOException
Throws:
java.io.IOException

testParseSingleTab

public void testParseSingleTab()
                        throws java.io.IOException
Throws:
java.io.IOException

testParseTabs

public void testParseTabs()
                   throws java.io.IOException
Throws:
java.io.IOException

testParse

public void testParse()
               throws java.io.IOException
Throws:
java.io.IOException

testSimplePackage

public void testSimplePackage()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testPackageWithPrefix

public void testPackageWithPrefix()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testPackageWithEmptySpace

public void testPackageWithEmptySpace()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testParseTypeCHAR_CONSTANT

public void testParseTypeCHAR_CONSTANT()
                                throws java.io.IOException
Throws:
java.io.IOException

testParseTypeCODE

public void testParseTypeCODE()
                       throws java.io.IOException
Throws:
java.io.IOException

testParseTypeCODE_TYPE

public void testParseTypeCODE_TYPE()
                            throws java.io.IOException
Throws:
java.io.IOException

testParseTypeCOMMENT_BLOCK

public void testParseTypeCOMMENT_BLOCK()
                                throws java.io.IOException
Throws:
java.io.IOException

testParseTypeCOMMENT_LINE

public void testParseTypeCOMMENT_LINE()
                               throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC

public void testParseTypeJAVADOC()
                          throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_HTML_TAG

public void testParseTypeJAVADOC_HTML_TAG()
                                   throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_KEYWORD

public void testParseTypeJAVADOC_KEYWORD()
                                  throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_KEYWORDWithoutSpace

public void testParseTypeJAVADOC_KEYWORDWithoutSpace()
                                              throws java.io.IOException
Throws:
java.io.IOException

testParseTypeKEYWORD

public void testParseTypeKEYWORD()
                          throws java.io.IOException
Throws:
java.io.IOException

testParseTypeNUM_CONSTANT

public void testParseTypeNUM_CONSTANT()
                               throws java.io.IOException
Throws:
java.io.IOException

testParseTypePARENTHESIS

public void testParseTypePARENTHESIS()
                              throws java.io.IOException
Throws:
java.io.IOException

testParseTypeSTRING

public void testParseTypeSTRING()
                         throws java.io.IOException
Throws:
java.io.IOException

testLineBreaks1

public void testLineBreaks1()
                     throws java.io.IOException
Throws:
java.io.IOException

testLineBreaks2

public void testLineBreaks2()
                     throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_LINKAsOrdinaryTag

public void testParseTypeJAVADOC_LINKAsOrdinaryTag()
                                            throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_LINKS

public void testParseTypeJAVADOC_LINKS()
                                throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_LINKSDouble

public void testParseTypeJAVADOC_LINKSDouble()
                                      throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_LINKSOutliers

public void testParseTypeJAVADOC_LINKSOutliers()
                                        throws java.io.IOException
Throws:
java.io.IOException

testParseTypeJAVADOC_LINKSOutlier1

public void testParseTypeJAVADOC_LINKSOutlier1()
                                        throws java.io.IOException
Throws:
java.io.IOException

testEnumKeyword

public void testEnumKeyword()
                     throws java.io.IOException
Throws:
java.io.IOException

testAnnotation

public void testAnnotation()
                    throws java.io.IOException
Throws:
java.io.IOException

testAnnotationInterfaceKeyword

public void testAnnotationInterfaceKeyword()
                                    throws java.io.IOException
Throws:
java.io.IOException