| org.apache.commons.betwixt.xmlunit.XmlTestCase org.apache.commons.betwixt.xmlunit.TestXmlTestCase
TestXmlTestCase | public class TestXmlTestCase extends XmlTestCase (Code) | | Test harness which test xml unit
author: Robert Burrell Donkin version: $Id: TestXmlTestCase.java 438373 2006-08-30 05:17:21Z bayard $ |
testValidateSchemaInvalidOne | public void testValidateSchemaInvalidOne() throws Exception(Code) | | |
testValidateSchemaInvalidTwo | public void testValidateSchemaInvalidTwo() throws Exception(Code) | | |
testValidateSchemaValidOne | public void testValidateSchemaValidOne() throws Exception(Code) | | |
testValidateSchemaValidTwo | public void testValidateSchemaValidTwo() throws Exception(Code) | | |
Methods inherited from org.apache.commons.betwixt.xmlunit.XmlTestCase | protected DocumentBuilder createDocumentBuilder()(Code)(Java Doc) protected DocumentBuilderFactory getDomFactory()(Code)(Java Doc) public boolean isValid(InputSource documentSource, InputSource schemaSource) throws ParserConfigurationException, IOException(Code)(Java Doc) protected Document parseFile(String path)(Code)(Java Doc) protected Document parseString(StringWriter writer)(Code)(Java Doc) protected Document parseString(String string)(Code)(Java Doc) public void validateWithSchema(InputSource documentSource, InputSource schemaSource) throws ParserConfigurationException, SAXException, IOException(Code)(Java Doc) public void xmlAssertIsValid(String document, String schema) throws ParserConfigurationException, IOException(Code)(Java Doc) public void xmlAssertIsValid(InputSource documentSource, InputSource schemaSource) throws ParserConfigurationException, IOException(Code)(Java Doc) public void xmlAssertIsomorphic(org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphic(org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphic(String message, org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo)(Code)(Java Doc) public void xmlAssertIsomorphic(String message, org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(String message, org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(String message, org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc)
|
|
|