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, testFakeassertEquals, 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, toStringpublic void testZeroArgPageConstructor()
                                throws java.io.IOException,
                                       java.lang.ClassNotFoundException,
                                       ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic void testZeroArgLexerConstructor()
                                 throws java.io.IOException,
                                        java.lang.ClassNotFoundException,
                                        ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic void testZeroArgParserConstructor()
                                  throws java.io.IOException,
                                         java.lang.ClassNotFoundException,
                                         ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic void testSerializable()
                      throws java.io.IOException,
                             java.lang.ClassNotFoundException,
                             ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic void testSerializableScanners()
                              throws java.io.IOException,
                                     java.lang.ClassNotFoundException,
                                     ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic void testSerializableStringBean()
                                throws java.io.IOException,
                                       java.lang.ClassNotFoundException,
                                       ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic void testSerializableLinkBean()
                              throws java.io.IOException,
                                     java.lang.ClassNotFoundException,
                                     ParserException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionParserExceptionpublic 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()