|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.htmlparser.tests.ParserTestCase
org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Field Summary |
Fields inherited from class org.htmlparser.tests.ParserTestCase |
mLexer, node, nodeCount, parser |
Constructor Summary | |
RemarkNodeParserTest(java.lang.String name)
|
Method Summary | |
void |
testDashesInComment()
Bug reported by John Zook [594301] If dashes exist in a comment, they dont get added to the comment text |
void |
testDoubleComment()
Test a comment declaration with two comments. |
void |
testEmptyComment()
Test a comment declaration without any comments. |
void |
testExclamationComment()
Test exclamation mark ending. |
void |
testInvalidTag()
Bug reported by John Zook [594301], invalid remark nodes are accepted as remark nodes. |
void |
testNonRemark()
|
void |
testRemarkBug()
Test unparsed remark node. |
void |
testRemarkWithBlankLine()
This is the simulation of bug report 586756, submitted by John Zook. |
void |
testRemarkWithNothing()
This is the simulation of a bug report submitted by Claude Duguay. |
void |
testSingleComment()
Test a comment declaration with a comment. |
void |
testTagWithinRemark()
Test tag within remark. |
void |
testToPlainTextString()
|
void |
testToRawString()
|
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 |
public RemarkNodeParserTest(java.lang.String name)
Method Detail |
public void testRemarkBug() throws ParserException
ParserException
public void testToPlainTextString() throws ParserException
ParserException
public void testToRawString() throws ParserException
ParserException
public void testNonRemark() throws ParserException
ParserException
public void testRemarkWithBlankLine() throws ParserException
ParserException
public void testRemarkWithNothing() throws ParserException
ParserException
public void testTagWithinRemark() throws ParserException
ParserException
public void testInvalidTag() throws ParserException
ParserException
public void testDashesInComment() throws ParserException
ParserException
public void testSingleComment() throws ParserException
ParserException
public void testDoubleComment() throws ParserException
ParserException
public void testEmptyComment() throws ParserException
ParserException
public void testExclamationComment() throws ParserException
ParserException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |