Uses of Class
org.custommonkey.xmlunit.exceptions.ConfigurationException
Packages that use ConfigurationException
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of ConfigurationException in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic voidXMLAssert.assertXMLValid(String xmlString) Assert that a String containing XML contains valid XML: the String must contain a DOCTYPE declaration to be validatedstatic voidXMLAssert.assertXMLValid(String xmlString, String systemId) Assert that a String containing XML contains valid XML: the String must contain a DOCTYPE to be validated, but the validation will use the systemId to obtain the DTDstatic voidXMLAssert.assertXMLValid(String xmlString, String systemId, String doctype) Assert that a String containing XML contains valid XML: the String will be given a DOCTYPE to be validated with the name and systemId specified regardless of whether it already contains a doctype declaration.static voidXMLAssert.assertXMLValid(InputSource xml) Assert that an InputSource containing XML contains valid XML: the document must contain a DOCTYPE declaration to be validatedstatic voidXMLAssert.assertXMLValid(InputSource xml, String systemId) Assert that an InputSource containing XML contains valid XML: the document must contain a DOCTYPE to be validated, but the validation will use the systemId to obtain the DTDstatic voidXMLAssert.assertXMLValid(InputSource xml, String systemId, String doctype) Assert that a piece of XML contains valid XML: the document will be given a DOCTYPE to be validated with the name and systemId specified regardless of whether it already contains a doctype declaration.voidXMLTestCase.assertXMLValid(String xmlString) Assert that a String containing XML contains valid XML: the String must contain a DOCTYPE declaration to be validatedvoidXMLTestCase.assertXMLValid(String xmlString, String systemId) Assert that a String containing XML contains valid XML: the String must contain a DOCTYPE to be validated, but the validation will use the systemId to obtain the DTDvoidXMLTestCase.assertXMLValid(String xmlString, String systemId, String doctype) Assert that a String containing XML contains valid XML: the String will be given a DOCTYPE to be validated with the name and systemId specified regardless of whether it already contains a doctype declaration.voidXMLTestCase.assertXMLValid(InputSource xml) Assert that a piece of XML contains valid XML: the input must contain a DOCTYPE declaration to be validatedvoidXMLTestCase.assertXMLValid(InputSource xml, String systemId) Assert that a piece of XML contains valid XML: the document must contain a DOCTYPE to be validated, but the validation will use the systemId to obtain the DTDvoidXMLTestCase.assertXMLValid(InputSource xml, String systemId, String doctype) Assert that a piece of XML contains valid XML: the document will be given a DOCTYPE to be validated with the name and systemId specified regardless of whether it already contains a doctype declaration.Evaluate the result of executing the specified xpath syntaxselectexpression on the specified documentSimpleXpathEngine.getMatchingNodes(String select, Document document) Execute the specified xpath syntaxselectexpression on the specified document and return the list of nodes (could have length zero) that matchprotected DocumentSimpleXpathEngine.getXPathResultAsDocument(String select, Document document) Execute the copy-of transform and return the resulting Document.protected NodeSimpleXpathEngine.getXPathResultNode(String select, Document document) Testable method to execute the copy-of transform and return the root node of the resulting Document.static DocumentBuilderXMLUnit.newControlParser()Get theDocumentBuilderinstance used to parse the control XML in an XMLTestCase.static DocumentBuilderXMLUnit.newTestParser()Get theDocumentBuilderinstance used to parse the test XML in an XMLTestCase. -
Uses of ConfigurationException in org.custommonkey.xmlunit.jaxp13
Constructors in org.custommonkey.xmlunit.jaxp13 that throw ConfigurationException