| org.apache.commons.betwixt.AbstractTestCase org.apache.commons.betwixt.TestXMLUtils
TestXMLUtils | public class TestXMLUtils extends AbstractTestCase (Code) | | Test harness for the XMLUtils
author: Robert Burrell Donkin version: $Revision: 438373 $ |
suite | public static Test suite()(Code) | | |
testAttributeEscaping | public void testAttributeEscaping()(Code) | | Test attribute escaping
|
testCDATAEscaping | public void testCDATAEscaping()(Code) | | Test CDATA escaping
Within a CDATA section, only the CDEnd
string ']]>' is recognized as markup.
Angle brackets and amphersands may occur in their literal form.
|
testXMLNameTest | public void testXMLNameTest()(Code) | | Test for some common xml naming
|
|
|