org.htmlparser.tests.tagTests
Class InputTagTest

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

public class InputTagTest
extends ParserTestCase


Field Summary
 
Fields inherited from class org.htmlparser.tests.ParserTestCase
mLexer, node, nodeCount, parser
 
Constructor Summary
InputTagTest(java.lang.String name)
           
 
Method Summary
 void testScan()
           
 void testTable()
          Bug #923146 tag nesting rule too strict for forms
 void testToHTML()
           
 void testToHTML2()
          Reproduction of bug report 663038
 
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

InputTagTest

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

testToHTML

public void testToHTML()
                throws ParserException
Throws:
ParserException

testToHTML2

public void testToHTML2()
                 throws ParserException
Reproduction of bug report 663038

Throws:
ParserException

testScan

public void testScan()
              throws ParserException
Throws:
ParserException

testTable

public void testTable()
               throws ParserException
Bug #923146 tag nesting rule too strict for forms

Throws:
ParserException