| org.apache.commons.betwixt.xmlunit.XmlTestCase org.apache.commons.betwixt.dotbetwixt.TestBeanToXml
TestBeanToXml | public class TestBeanToXml extends XmlTestCase (Code) | | Provides xml test utilities.
Hopefully, these might be moved into [xmlunit] sometime.
author: Robert Burrell Donkin |
suite | public static Test suite()(Code) | | |
testBadDotBetwixtNames | public void testBadDotBetwixtNames() throws Exception(Code) | | This tests that only well formed names for elements and attributes are allowed by .betwixt files
|
testBasicInterfaceImpl | public void testBasicInterfaceImpl() throws Exception(Code) | | Tests basic use of an implementation for an interface
|
testMixedContent | public void testMixedContent() throws Exception(Code) | | Test output of bean with mixed content
|
testSimpleMixedContent | public void testSimpleMixedContent() throws Exception(Code) | | Test output of bean with mixed content
|
testWriteRecursiveBean | public void testWriteRecursiveBean() throws Exception(Code) | | |
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)
|
|
|