| org.apache.commons.betwixt.xmlunit.XmlTestCase org.apache.commons.betwixt.dotbetwixt.TestXmlToBean
TestXmlToBean | public class TestXmlToBean extends XmlTestCase (Code) | | Test customization of xml to bean mapping using .betwixt files.
author: Robert Burrell Donkin |
_testBasicInterfaceImpl | public void _testBasicInterfaceImpl() throws Exception(Code) | | Tests basic use of an implementation for an interface
|
suite | public static Test suite()(Code) | | |
testForceAccessibleSuper | public void testForceAccessibleSuper() throws Exception(Code) | | |
testMixedContent | public void testMixedContent() throws Exception(Code) | | Test output of bean with mixed content
|
Fields inherited from org.apache.commons.betwixt.xmlunit.XmlTestCase | protected static boolean debug(Code)(Java Doc)
|
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)
|
|
|