public class BeanTest extends ParserTestCase
构造器和说明 |
---|
BeanTest(java.lang.String name) |
限定符和类型 | 方法和说明 |
---|---|
void |
testCollapsed1()
Test no text returns empty string.
|
void |
testCollapsed2()
Test multiple whitespace returns empty string.
|
void |
testCollapsed3()
Test text preceded or followed by whitespace returns just text.
|
void |
testLinkBeanListener() |
void |
testOutputWithoutPreAndAnyTagPlusTextWithWhitespace() |
void |
testOutputWithPreAndAnyTag() |
void |
testOutputWithPreAndAnyTagPlusText() |
void |
testOutputWithPreAndAnyTagPlusTextWithWhitespace() |
void |
testOutputWithPreTags()
Test text including a "pre" tag
|
void |
testOutputWithScriptTags()
Test text including a "script" tag
|
void |
testSerializable() |
void |
testSerializableLinkBean() |
void |
testSerializableScanners() |
void |
testSerializableStringBean() |
void |
testStringBeanListener() |
void |
testTagWhitespace()
Test output with non-breaking tag within text.
|
void |
testZeroArgLexerConstructor() |
void |
testZeroArgPageConstructor() |
void |
testZeroArgParserConstructor() |
void |
xtestOutputWithPreAndScriptTags()
Test output with pre and script tags
|
assertNodeCount, assertSameType, assertStringEquals, assertSuperType, assertTagEquals, assertType, assertXmlEquals, failWithMessage, getParser, main, parseAndAssertNodeCount, parseNodes, removeEscapeCharacters, setParser, testFake
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, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
public void testZeroArgPageConstructor() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testZeroArgLexerConstructor() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testZeroArgParserConstructor() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testSerializable() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testSerializableScanners() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testSerializableStringBean() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testSerializableLinkBean() throws java.io.IOException, java.lang.ClassNotFoundException, ParserException
java.io.IOException
java.lang.ClassNotFoundException
ParserException
public void testStringBeanListener()
public void testLinkBeanListener()
public void testCollapsed1()
public void testCollapsed2()
public void testCollapsed3()
public void testOutputWithPreTags()
public void testOutputWithScriptTags()
public void testOutputWithPreAndAnyTag()
public void testOutputWithPreAndAnyTagPlusText()
public void testOutputWithPreAndAnyTagPlusTextWithWhitespace()
public void testOutputWithoutPreAndAnyTagPlusTextWithWhitespace()
public void xtestOutputWithPreAndScriptTags()
public void testTagWhitespace()