| org.apache.cocoon.xml.dom.DOMBuilderTestCase
DOMBuilderTestCase | public class DOMBuilderTestCase extends TestCase (Code) | | JUnit Testcase for
DOMBuilder .
version: CVS $Id: DOMBuilderTestCase.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | testMultipleCharactersEvents() Test if two consecutive "characters" events result in two text nodes
whose concatenation is equal to the concatenation
of the two strings (cfr. |
DOMBuilderTestCase | public DOMBuilderTestCase(String name)(Code) | | Constructor.
Parameters: name - |
testMultipleCharactersEvents | public void testMultipleCharactersEvents() throws SAXException(Code) | | Test if two consecutive "characters" events result in two text nodes
whose concatenation is equal to the concatenation
of the two strings (cfr. bug #26219).
throws: SAXException - |
|
|