de.java2html.javasource.test
Class JavaSourceParserTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
de.java2html.javasource.test.JavaSourceParserTestCase
de.java2html.javasource.test.JavaSourceParserTest
- All Implemented Interfaces:
- junit.framework.Test
public class JavaSourceParserTest
- extends JavaSourceParserTestCase
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 |
JavaSourceParserTest
public JavaSourceParserTest()
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