org.htmlparser.tests.tagTests
Class AppletTagTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.htmlparser.tests.ParserTestCase
              extended byorg.htmlparser.tests.tagTests.AppletTagTest
All Implemented Interfaces:
junit.framework.Test

public class AppletTagTest
extends ParserTestCase


Field Summary
 
Fields inherited from class org.htmlparser.tests.ParserTestCase
mLexer, node, nodeCount, parser
 
Constructor Summary
AppletTagTest(java.lang.String name)
           
 
Method Summary
 void testChangeAppletClass()
           
 void testChangeAppletParams()
           
 void testChangeArchive()
           
 void testChangeCodebase()
           
 void testScan()
           
 void testToHTML()
           
 
Methods inherited from class org.htmlparser.tests.ParserTestCase
assertHiddenIDTagPresent, assertNodeCount, assertNodeCount, assertSameType, assertStringEquals, assertSuperType, assertTagEquals, assertType, assertXmlEquals, createParser, createParser, createParser, createParser, failWithMessage, getParser, main, parse, parseAndAssertNodeCount, parseNodes, removeEscapeCharacters, setParser
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppletTagTest

public AppletTagTest(java.lang.String name)
Method Detail

testToHTML

public void testToHTML()
                throws ParserException
Throws:
ParserException

testScan

public void testScan()
              throws ParserException
Throws:
ParserException

testChangeCodebase

public void testChangeCodebase()
                        throws ParserException
Throws:
ParserException

testChangeArchive

public void testChangeArchive()
                       throws ParserException
Throws:
ParserException

testChangeAppletClass

public void testChangeAppletClass()
                           throws ParserException
Throws:
ParserException

testChangeAppletParams

public void testChangeAppletParams()
                            throws ParserException
Throws:
ParserException