org.htmlparser.tests.tagTests
Class LabelTagTest

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

public class LabelTagTest
extends ParserTestCase


Field Summary
 
Fields inherited from class org.htmlparser.tests.ParserTestCase
mLexer, node, nodeCount, parser
 
Constructor Summary
LabelTagTest(java.lang.String name)
           
 
Method Summary
 void testLabelsID()
           
 void testLabelWithJspTag()
           
 void testLabelWithManyCompositeTags()
           
 void testLabelWithOtherTags()
           
 void testNestedLabels()
           
 void testNestedLabels2()
           
 void testSimpleLabels()
           
 
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

LabelTagTest

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

testSimpleLabels

public void testSimpleLabels()
                      throws ParserException
Throws:
ParserException

testLabelWithJspTag

public void testLabelWithJspTag()
                         throws ParserException
Throws:
ParserException

testLabelWithOtherTags

public void testLabelWithOtherTags()
                            throws ParserException
Throws:
ParserException

testLabelWithManyCompositeTags

public void testLabelWithManyCompositeTags()
                                    throws ParserException
Throws:
ParserException

testLabelsID

public void testLabelsID()
                  throws ParserException
Throws:
ParserException

testNestedLabels

public void testNestedLabels()
                      throws ParserException
Throws:
ParserException

testNestedLabels2

public void testNestedLabels2()
                       throws ParserException
Throws:
ParserException