| org.apache.commons.betwixt.xmlunit.XmlTestCase
All known Subclasses: org.apache.commons.betwixt.dotbetwixt.TestXmlToBean, org.apache.commons.betwixt.xmlunit.TestXmlTestCase, org.apache.commons.betwixt.dotbetwixt.TestIntrospection, org.apache.commons.betwixt.dotbetwixt.TestBeanToXml, org.apache.commons.betwixt.AbstractTestCase,
XmlTestCase | public class XmlTestCase extends TestCase (Code) | | Provides xml test utilities.
Hopefully, these might be moved into [xmlunit] sometime.
author: Robert Burrell Donkin author: Khaled Noaman, IBM (some portions derived from test code originally contributed to the Apache Xerces project) |
Method Summary | |
protected DocumentBuilder | createDocumentBuilder() | protected DocumentBuilderFactory | getDomFactory() | public boolean | isValid(InputSource documentSource, InputSource schemaSource) | protected Document | parseFile(String path) | protected Document | parseString(StringWriter writer) | protected Document | parseString(String string) | public void | validateWithSchema(InputSource documentSource, InputSource schemaSource) | public void | xmlAssertIsValid(String document, String schema) | public void | xmlAssertIsValid(InputSource documentSource, InputSource schemaSource) | public void | xmlAssertIsomorphic(org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo) | public void | xmlAssertIsomorphic(org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo, boolean orderIndependent) | public void | xmlAssertIsomorphic(String message, org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo) | public void | xmlAssertIsomorphic(String message, org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo, boolean orderIndependent) | public void | xmlAssertIsomorphicContent(org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo) | public void | xmlAssertIsomorphicContent(org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo, boolean orderIndependent) | public void | xmlAssertIsomorphicContent(String message, org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo) | public void | xmlAssertIsomorphicContent(String message, org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo, boolean orderIndependent) |
debug | protected static boolean debug(Code) | | |
|
|