|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
NodeTest for multiple node types and make an
assertion about it whether it is expected to pass
- assertNodeTestPasses(NodeTest, NodeTester, short[], boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Execute a
NodeTest for multiple node types and make an
assertion about it whether it is expected to pass
- assertNodeTestPasses(String, NodeTester, short) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Execute a
NodeTest for a single node type
and assert that it passes
- assertNodeTestPasses(String, NodeTester, short) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Execute a
NodeTest for a single node type
and assert that it passes
- assertNotXpathExists(String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Deprecated. Use assertXpathNotExists instead
- assertNotXpathExists(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Deprecated. Use assertXpathNotExists instead
- assertXMLEqual(Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(Diff, boolean, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Deprecated. Use XMLTestCase#assertXMLEqual(String, Diff, boolean) instead
- assertXMLEqual(Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(String, Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(String, Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLIdentical(Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not identical
- assertXMLIdentical(Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not identical
- assertXMLIdentical(Diff, boolean, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Deprecated. Use XMLTestCase#assertXMLIdentical(String, Diff, boolean) instead
- assertXMLIdentical(Diff, boolean, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Deprecated. Use XMLTestCase#assertXMLIdentical(String, Diff, boolean) instead
- assertXMLIdentical(String, Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not identical
- assertXMLIdentical(String, Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not identical
- assertXMLNotEqual(Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLValid(String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a String containing XML contains valid XML: the String must
contain a DOCTYPE declaration to be validated
- assertXMLValid(String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a String containing XML contains valid XML: the String must
contain a DOCTYPE declaration to be validated
- assertXMLValid(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- 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 DTD
- assertXMLValid(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- 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 DTD
- assertXMLValid(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- 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.
- assertXMLValid(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- 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.
- assertXMLValid(Validator) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a Validator instance returns
isValid() == true
- assertXMLValid(Validator) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a Validator instance returns
isValid() == true
- assertXpathEvaluatesTo(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert the value of an Xpath expression in an DOM Document
- assertXpathEvaluatesTo(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert the value of an Xpath expression in an DOM Document
- assertXpathEvaluatesTo(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert the value of an Xpath expression in an XML String
- assertXpathEvaluatesTo(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert the value of an Xpath expression in an XML String
- assertXpathExists(String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath exists in some given XML
- assertXpathNotExists(String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathsEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two documents are equal
- assertXpathsEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two documents are equal
- assertXpathsEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same document are equal
- assertXpathsEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same document are equal
- assertXpathsEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same XML string are
equal
- assertXpathsEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same XML string are
equal
- assertXpathsEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two XML strings are equal
- assertXpathsEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two XML strings are equal
- assertXpathsNotEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two documents are NOT equal
- assertXpathsNotEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two documents are NOT equal
- assertXpathsNotEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same document are NOT equal
- assertXpathsNotEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same document are NOT equal
- assertXpathsNotEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same XML string are NOT
equal
- assertXpathsNotEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same XML string are NOT
equal
- assertXpathsNotEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two XML strings are NOT equal
- assertXpathsNotEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two XML strings are NOT equal
- assertXpathValuesEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two documents are equal
- assertXpathValuesEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two documents are equal
- assertXpathValuesEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same document are equal
- assertXpathValuesEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same document are equal
- assertXpathValuesEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same XML string are
equal
- assertXpathValuesEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same XML string are
equal
- assertXpathValuesEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two XML strings are equal
- assertXpathValuesEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two XML strings are equal
- assertXpathValuesNotEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two documents are
NOT equal
- assertXpathValuesNotEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two documents are
NOT equal
- assertXpathValuesNotEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same document are
NOT equal
- assertXpathValuesNotEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same document are
NOT equal
- assertXpathValuesNotEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
- assertXpathValuesNotEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
- assertXpathValuesNotEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
- assertXpathValuesNotEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
- ATTR_NAME_NOT_FOUND -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing 2 elements and one has an attribute the other does not
- ATTR_NAME_NOT_FOUND_ID -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing 2 elements and one has an attribute the other does not
- ATTR_SEQUENCE -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing 2 attribute lists with the same attributes in different sequence
- ATTR_SEQUENCE_ID -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing 2 attribute lists with the same attributes in different sequence
- ATTR_VALUE -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing 2 attributes with the same name but different values
- ATTR_VALUE_EXPLICITLY_SPECIFIED -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing an implied attribute value against an explicit value
- ATTR_VALUE_EXPLICITLY_SPECIFIED_ID -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing an implied attribute value against an explicit value
- ATTR_VALUE_ID -
Static variable in interface org.custommonkey.xmlunit.DifferenceConstants
- Comparing 2 attributes with the same name but different values
- available() -
Method in class org.custommonkey.xmlunit.NodeInputStream
- InputStream method
DifferenceEngine comparison
.select
expression on the specified document
DocumentBuilderFactory
instance used to instantiate
parsers for the control XML in an XMLTestCase.
DocumentBuilder
instance used to parse the control
XML in an XMLTestCase.
select
expression
on the specified document and return the list of nodes (could have
length zero) that match
DocumentBuilderFactory
instance used to instantiate
parsers for the test XML in an XMLTestCase.
DocumentBuilder
instance used to parse the test XML
in an XMLTestCase.
comment
method.
endElement
startElement
plus
endElement
startElement
characters
Node
within
a Difference instanceNodeFilter
to pass the DOM Nodes
to a NodeTester instance that performs the acual Node validation.isValid
method were all the Nodes expected.
testNode
method were all the Nodes expected.
DifferenceListener
used to determine how
to handle differences that are found.
ElementQualifier
used to determine which
control and test nodes are comparable for this difference comparison.
NodeTest
differenceFound
method.
differenceFound
method.
differenceFound
method.
DocumentBuilderFactory
used to instantiate
parsers for the control XML in an XMLTestCase.
XMLUnit
instead
XMLUnit
instead
DocumentBuilderFactory
used to instantiate
parsers for the test XML in an XMLTestCase.
XMLUnit
instead
ContentHandler
and
LexicalHandler
interfaces to build a DOM document in a tolerant
fashion -- it can cope with start tags without end tags, and end tags without
start tags for example.
|
XMLUnit is hosted by sourceforge.net |
|||||||||
PREV NEXT | FRAMES NO FRAMES |