Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
org.custommonkey.xmlunit.examples | |
org.custommonkey.xmlunit.jaxp13 |
Modifier and Type | Method and Description |
---|---|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
String xpathExpression,
Document inDocument)
Assert the value of an Xpath expression in an DOM Document
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
String xpathExpression,
InputSource control)
Assert the value of an Xpath expression in an XML document.
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
String xpathExpression,
String inXMLString)
Assert the value of an Xpath expression in an XML String
|
static void |
XMLAssert.assertXpathEvaluatesTo(String expectedValue,
String xpathExpression,
Document inDocument)
Assert the value of an Xpath expression in an DOM Document
|
void |
XMLTestCase.assertXpathEvaluatesTo(String expectedValue,
String xpathExpression,
Document inDocument)
Assert the value of an Xpath expression in an DOM Document
|
static void |
XMLAssert.assertXpathEvaluatesTo(String expectedValue,
String xpathExpression,
InputSource control)
Assert the value of an Xpath expression in an XML document.
|
void |
XMLTestCase.assertXpathEvaluatesTo(String expectedValue,
String xpathExpression,
InputSource control)
Assert the value of an Xpath expression in an XML String
|
static void |
XMLAssert.assertXpathEvaluatesTo(String expectedValue,
String xpathExpression,
String inXMLString)
Assert the value of an Xpath expression in an XML String
|
void |
XMLTestCase.assertXpathEvaluatesTo(String expectedValue,
String xpathExpression,
String inXMLString)
Assert the value of an Xpath expression in an XML String
|
static void |
XMLAssert.assertXpathExists(String xPathExpression,
Document inDocument)
Assert that a specific XPath exists in some given XML
|
void |
XMLTestCase.assertXpathExists(String xPathExpression,
Document inDocument)
Assert that a specific XPath exists in some given XML
|
static void |
XMLAssert.assertXpathExists(String xPathExpression,
InputSource control)
Assert that a specific XPath exists in some given XML
|
void |
XMLTestCase.assertXpathExists(String xPathExpression,
InputSource xml)
Assert that a specific XPath exists in some given XML
|
static void |
XMLAssert.assertXpathExists(String xPathExpression,
String inXMLString)
Assert that a specific XPath exists in some given XML
|
void |
XMLTestCase.assertXpathExists(String xPathExpression,
String inXMLString)
Assert that a specific XPath exists in some given XML
|
static void |
XMLAssert.assertXpathNotExists(String xPathExpression,
Document inDocument)
Assert that a specific XPath does NOT exist in some given XML
|
void |
XMLTestCase.assertXpathNotExists(String xPathExpression,
Document inDocument)
Assert that a specific XPath does NOT exist in some given XML
|
static void |
XMLAssert.assertXpathNotExists(String xPathExpression,
InputSource control)
Assert that a specific XPath does NOT exist in some given XML
|
void |
XMLTestCase.assertXpathNotExists(String xPathExpression,
InputSource xml)
Assert that a specific XPath does NOT exist in some given XML
|
static void |
XMLAssert.assertXpathNotExists(String xPathExpression,
String inXMLString)
Assert that a specific XPath does NOT exist in some given XML
|
void |
XMLTestCase.assertXpathNotExists(String xPathExpression,
String inXMLString)
Assert that a specific XPath does NOT exist in some given XML
|
static void |
XMLAssert.assertXpathsEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the node lists of two Xpaths in two documents are equal
|
void |
XMLTestCase.assertXpathsEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the node lists of two Xpaths in two documents are equal
|
static void |
XMLAssert.assertXpathsEqual(String controlXpath,
InputSource controlDocument,
String testXpath,
InputSource testDocument)
Assert that the node lists of two Xpaths in two documents are equal
|
void |
XMLTestCase.assertXpathsEqual(String controlXpath,
InputSource control,
String testXpath,
InputSource test)
Assert that the node lists of two Xpaths in two XML pieces are equal
|
static void |
XMLAssert.assertXpathsEqual(String controlXpath,
String testXpath,
Document document)
Assert that the node lists of two Xpaths in the same document are equal
|
void |
XMLTestCase.assertXpathsEqual(String controlXpath,
String testXpath,
Document document)
Assert that the node lists of two Xpaths in the same document are equal
|
static void |
XMLAssert.assertXpathsEqual(String controlXpath,
String testXpath,
InputSource document)
Assert that the node lists of two Xpaths in the same document are equal
|
void |
XMLTestCase.assertXpathsEqual(String controlXpath,
String testXpath,
InputSource document)
Assert that the node lists of two Xpaths in the same document are equal
|
static void |
XMLAssert.assertXpathsEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the node lists of two Xpaths in the same XML string are
equal
|
void |
XMLTestCase.assertXpathsEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the node lists of two Xpaths in the same XML string are
equal
|
static void |
XMLAssert.assertXpathsEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the node lists of two Xpaths in two XML strings are equal
|
void |
XMLTestCase.assertXpathsEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the node lists of two Xpaths in two XML strings are equal
|
static void |
XMLAssert.assertXpathsNotEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the node lists of two Xpaths in two documents are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the node lists of two Xpaths in two documents are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(String controlXpath,
InputSource controlDocument,
String testXpath,
InputSource testDocument)
Assert that the node lists of two Xpaths in two XML strings are
NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(String controlXpath,
InputSource control,
String testXpath,
InputSource test)
Assert that the node lists of two Xpaths in two pieces of XML
are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(String controlXpath,
String testXpath,
Document document)
Assert that the node lists of two Xpaths in the same document are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(String controlXpath,
String testXpath,
Document document)
Assert that the node lists of two Xpaths in the same document are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(String controlXpath,
String testXpath,
InputSource document)
Assert that the node lists of two Xpaths in the same document are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(String controlXpath,
String testXpath,
InputSource control)
Assert that the node lists of two Xpaths in the same XML are NOT
equal
|
static void |
XMLAssert.assertXpathsNotEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the node lists of two Xpaths in the same XML string are NOT
equal
|
void |
XMLTestCase.assertXpathsNotEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the node lists of two Xpaths in the same XML string are NOT
equal
|
static void |
XMLAssert.assertXpathsNotEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the node lists of two Xpaths in two XML strings are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the node lists of two Xpaths in two XML strings are NOT equal
|
static void |
XMLAssert.assertXpathValuesEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the evaluation of two Xpaths in two documents are equal
|
void |
XMLTestCase.assertXpathValuesEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the evaluation of two Xpaths in two documents are equal
|
static void |
XMLAssert.assertXpathValuesEqual(String controlXpath,
InputSource control,
String testXpath,
InputSource test)
Assert that the evaluation of two Xpaths in two XML strings are equal
|
void |
XMLTestCase.assertXpathValuesEqual(String controlXpath,
InputSource control,
String testXpath,
InputSource test)
Assert that the evaluation of two Xpaths in two XML strings are equal
|
static void |
XMLAssert.assertXpathValuesEqual(String controlXpath,
String testXpath,
Document document)
Assert that the evaluation of two Xpaths in the same document are equal
|
void |
XMLTestCase.assertXpathValuesEqual(String controlXpath,
String testXpath,
Document document)
Assert that the evaluation of two Xpaths in the same document are equal
|
static void |
XMLAssert.assertXpathValuesEqual(String controlXpath,
String testXpath,
InputSource document)
Assert that the evaluation of two Xpaths in the same XML string are
equal
|
void |
XMLTestCase.assertXpathValuesEqual(String controlXpath,
String testXpath,
InputSource control)
Assert that the evaluation of two Xpaths in the same XML are
equal
|
static void |
XMLAssert.assertXpathValuesEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the evaluation of two Xpaths in the same XML string are
equal
|
void |
XMLTestCase.assertXpathValuesEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the evaluation of two Xpaths in the same XML string are
equal
|
static void |
XMLAssert.assertXpathValuesEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the evaluation of two Xpaths in two XML strings are equal
|
void |
XMLTestCase.assertXpathValuesEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the evaluation of two Xpaths in two XML strings are equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the evaluation of two Xpaths in two documents are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(String controlXpath,
Document controlDocument,
String testXpath,
Document testDocument)
Assert that the evaluation of two Xpaths in two documents are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(String controlXpath,
InputSource control,
String testXpath,
InputSource test)
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(String controlXpath,
InputSource control,
String testXpath,
InputSource test)
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(String controlXpath,
String testXpath,
Document document)
Assert that the evaluation of two Xpaths in the same document are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(String controlXpath,
String testXpath,
Document document)
Assert that the evaluation of two Xpaths in the same document are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(String controlXpath,
String testXpath,
InputSource control)
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(String controlXpath,
String testXpath,
InputSource control)
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(String controlXpath,
String testXpath,
String inXMLString)
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(String controlXpath,
String inControlXMLString,
String testXpath,
String inTestXMLString)
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
String |
XpathEngine.evaluate(String select,
Document document)
Evaluate the result of executing the specified xpath syntax
select expression on the specified document |
String |
SimpleXpathEngine.evaluate(String select,
Document document)
Evaluate the result of executing the specified xpath syntax
select expression on the specified document |
NodeList |
XpathEngine.getMatchingNodes(String select,
Document document)
Execute the specified xpath syntax
select expression
on the specified document and return the list of nodes (could have
length zero) that match |
NodeList |
SimpleXpathEngine.getMatchingNodes(String select,
Document document)
Execute the specified xpath syntax
select expression
on the specified document and return the list of nodes (could have
length zero) that match |
protected Document |
SimpleXpathEngine.getXPathResultAsDocument(String select,
Document document)
Execute the copy-of transform and return the resulting Document.
|
protected Node |
SimpleXpathEngine.getXPathResultNode(String select,
Document document)
Testable method to execute the copy-of transform and return the root
node of the resulting Document.
|
Modifier and Type | Method and Description |
---|---|
static void |
XPathRegexAssert.assertXPathMatches(String regex,
String xpath,
Document doc) |
static void |
XPathRegexAssert.assertXPathMatches(String regex,
String xpath,
Reader reader) |
static void |
XPathRegexAssert.assertXPathMatches(String regex,
String xpath,
String xml) |
static void |
XPathRegexAssert.assertXPathMatches(String message,
String regex,
String xpath,
Document doc) |
static void |
XPathRegexAssert.assertXPathMatches(String message,
String regex,
String xpath,
Reader reader) |
static void |
XPathRegexAssert.assertXPathMatches(String message,
String regex,
String xpath,
String xml) |
Modifier and Type | Method and Description |
---|---|
String |
Jaxp13XpathEngine.evaluate(String select,
Document document)
Evaluate the result of executing the specified xpath syntax
select expression on the specified document |
NodeList |
Jaxp13XpathEngine.getMatchingNodes(String select,
Document document)
Execute the specified xpath syntax
select expression
on the specified document and return the list of nodes (could have
length zero) that match |
Copyright © 2001–2017 XMLUnit. All rights reserved.