Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.htmlparser.tests.visitorsTests
Class TextExtractingVisitorTest  view TextExtractingVisitorTest download TextExtractingVisitorTest.java

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

public class TextExtractingVisitorTest
extends org.htmlparser.tests.ParserTestCase


Field Summary
 
Fields inherited from class org.htmlparser.tests.ParserTestCase
node, nodeCount, parser, reader
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TextExtractingVisitorTest(java.lang.String name)
           
 
Method Summary
 void testSimpleVisit()
           
 void testSimpleVisitWithRegisteredScanners()
           
 void testVisitHtmlWithPreTags()
           
 void testVisitHtmlWithSpecialChars()
           
 
Methods inherited from class org.htmlparser.tests.ParserTestCase
assertHiddenIDTagPresent, assertNodeCount, assertNodeCount, assertSameType, assertStringEquals, assertTagEquals, assertType, assertXmlEquals, createParser, createParser, createParser, createParser, parse, parseAndAssertNodeCount, parseNodes, removeEscapeCharacters
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextExtractingVisitorTest

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

testSimpleVisit

public void testSimpleVisit()
                     throws java.lang.Exception

testSimpleVisitWithRegisteredScanners

public void testSimpleVisitWithRegisteredScanners()
                                           throws java.lang.Exception

testVisitHtmlWithSpecialChars

public void testVisitHtmlWithSpecialChars()
                                   throws java.lang.Exception

testVisitHtmlWithPreTags

public void testVisitHtmlWithPreTags()
                              throws java.lang.Exception