|
|||||||||
| Home >> All >> org >> htmlparser >> tests >> [ parserHelperTests overview ] | PREV NEXT | ||||||||
A
- AllTests - class org.htmlparser.tests.parserHelperTests.AllTests.
- AllTests(String) - Constructor for class org.htmlparser.tests.parserHelperTests.AllTests
- AttributeParserTest - class org.htmlparser.tests.parserHelperTests.AttributeParserTest.
- AttributeParserTest(String) - Constructor for class org.htmlparser.tests.parserHelperTests.AttributeParserTest
C
- CompositeTagScannerHelperTest - class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest.
- CompositeTagScannerHelperTest(String) - Constructor for class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
- computeCompletionValue(int) - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
G
- getLink1() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
- getLink2() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
- getParameterTableFor(String) - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
H
- helper - Variable in class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
I
- id - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
L
- link1 - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
- link2 - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
M
- main(String[]) - Static method in class org.htmlparser.tests.parserHelperTests.AllTests
- Mainline for all suites of tests.
- max - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
O
- org.htmlparser.tests.parserHelperTests - package org.htmlparser.tests.parserHelperTests
P
- parser - Variable in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- parser - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
- passed() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
R
- RemarkNodeParserTest - class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest.
- RemarkNodeParserTest(String) - Constructor for class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- result - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
- results - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest
- run() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
S
- StringParserTest - class org.htmlparser.tests.parserHelperTests.StringParserTest.
- StringParserTest(String) - Constructor for class org.htmlparser.tests.parserHelperTests.StringParserTest
- setUp() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- setUp() - Method in class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
- suite() - Static method in class org.htmlparser.tests.parserHelperTests.AllTests
T
- TEST_HTML - Static variable in class org.htmlparser.tests.parserHelperTests.TagParserTest
- TagParserTest - class org.htmlparser.tests.parserHelperTests.TagParserTest.
- TagParserTest(String) - Constructor for class org.htmlparser.tests.parserHelperTests.TagParserTest
- TagParserTest.ParsingThread - class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread.
- TagParserTest.ParsingThread(int, String, int) - Constructor for class org.htmlparser.tests.parserHelperTests.TagParserTest.ParsingThread
- table - Variable in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- tag - Variable in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testAttributeWithSpuriousEqualTo() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testDashesInComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- Bug reported by John Zook [594301] If dashes exist in a comment, they dont get added to the comment text
- testDoubleComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- Test a comment declaration with two comments.
- testEmptyComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- Test a comment declaration without any comments.
- testEmptyLines() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- testEmptyTag() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- Believe it or not Moi (vincent_aumont) wants htmlparser to parse a text file containing something that looks nearly like a tag:
- testEmptyTag() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testIncorrectSpaceKeyBug() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- This is a simulation of a bug reported by Dhaval Udani - wherein a space before the end of the tag causes a problem - there is a key in the table with just a space in it and an empty value
- testInvalidTag() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- Bug reported by John Zook [594301], invalid remark nodes are accepted as remark nodes.
- testIsXmlEndTagForFalseMatches() - Method in class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
- testIsXmlEndTagForRealXml() - Method in class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
- testJspWithinAttributes() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- Test attributes when they contain scriptlets.
- testLastLineWithOneChar() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- Based on a bug report submitted by Cedric Rosa, if the last line contains a single character, StringNode does not return the string node correctly.
- testMultiLine1() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- The following multi line test cases are from bug #725749 Parser does not handle < and > in multi-line attributes submitted by Joe Robins (zorblak)
- testMultiLine2() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testMultiLine3() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testMultiLine4() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testMultiLine5() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- Test multiline tag like attribute.
- testMultiLine6() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- Test multiline broken tag like attribute.
- testMultiLine7() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- Test multiline split tag like attribute.
- testNonRemarkNode() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- testNullTag() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testParseEmptyValues() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testParseMissingEqual() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testParseParameters() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testParseTokenValues() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testPlainParams() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testProgress - Variable in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testQuestionMarksInAttributes() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testRemarkNodeBug() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- The bug being reproduced is this :
<!-- saved from url=(0022)http://internet.e-mail --> <HTML> <HEAD><META name="title" content="Training Introduction"> <META name="subject" content=""> <!-- Whats gonna happen now ? --> <TEST> </TEST> The above line is incorrectly parsed - the remark is not correctly identified. - testRemarkNodeWithBlankLine() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- This is the simulation of bug report 586756, submitted by John Zook.
- testRemarkNodeWithNothing() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- This is the simulation of a bug report submitted by Claude Duguay.
- testScriptedTag() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- Test Script in attributes.
- testSingleComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- Test a comment declaration with a comment.
- testStringBeingMissedBug() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- This is a bug reported by John Zook (586222), where the first few chars before a remark is being missed, if its on the same line.
- testStringNodeBug1() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- The bug being reproduced is this :
<HTML><HEAD><TITLE>Google</TITLE>
The above line is incorrectly parsed in that, the text Google is missed. - testStringNodeBug2() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- Bug reported by Kaarle Kaila of Nokia
For the following HTML : view these documents, you must have <A href='http://www.adobe.com'>Adobe
Acrobat Reader</A> installed on your computer.
The first string before the link is not identified, and the space after the link is also not identified Creation date: (8/2/2001 2:07:32 AM) - testStringParserBug() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- An attempt to reproduce bug 677176, which passes.
- testStringWithEmptyLine() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- testStringWithLineBreaks() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- testTagCharsInStringNode() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- Bug reported by Roger Sollberger
For the following HTML : <a href="http://asgard.ch">[< ASGARD ></a><br> The string node is not correctly identified - testTagWithCloseTagSymbolInAttribute() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testTagWithOpenTagSymbolInAttribute() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testTagWithQuotes() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testTagWithSingleQuote() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- testTagWithinRemarkNode() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- Reproduction of bug reported by John Zook [594301] When we have tags like : <!-- <A> --> it doesent get parsed correctly
- testThreadSafety() - Method in class org.htmlparser.tests.parserHelperTests.TagParserTest
- Test multiple threads running against the parser.
- testToHTML() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- testToPlainTextString() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- testToPlainTextString() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
- testToRawString() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
- testTwoParams() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
- testValueMissing() - Method in class org.htmlparser.tests.parserHelperTests.AttributeParserTest
A C G H I L M O P R S T
|
|||||||||
| Home >> All >> org >> htmlparser >> tests >> [ parserHelperTests overview ] | PREV NEXT | ||||||||