Uses of Interface
org.custommonkey.xmlunit.NodeTester
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NodeTester in org.custommonkey.xmlunit
Modifier and TypeMethodDescriptionstatic void
XMLAssert.assertNodeTestPasses
(String xmlString, NodeTester tester, short nodeType) Execute aNodeTest
for a single node type and assert that it passesstatic void
XMLAssert.assertNodeTestPasses
(NodeTest test, NodeTester tester, short[] nodeTypes, boolean assertion) Execute aNodeTest
for multiple node types and make an assertion about it whether it is expected to passstatic void
XMLAssert.assertNodeTestPasses
(InputSource xml, NodeTester tester, short nodeType) Execute aNodeTest
for a single node type and assert that it passesvoid
XMLTestCase.assertNodeTestPasses
(String xmlString, NodeTester tester, short nodeType) Execute aNodeTest
for a single node type and assert that it passesvoid
XMLTestCase.assertNodeTestPasses
(NodeTest test, NodeTester tester, short[] nodeTypes, boolean assertion) Execute aNodeTest
for multiple node types and make an assertion about it whether it is expected to passvoid
XMLTestCase.assertNodeTestPasses
(InputSource xml, NodeTester tester, short nodeType) Execute aNodeTest
for a single node type and assert that it passesvoid
NodeTest.performTest
(NodeTester tester, short singleNodeType) Does this NodeTest pass using the specified NodeTester instance?void
NodeTest.performTest
(NodeTester tester, short[] nodeTypes) Does this NodeTest pass using the specified NodeTester instance? -
Uses of NodeTester in org.custommonkey.xmlunit.examples
Modifier and TypeClassDescriptionclass
Counts the number of nodes in a document to allow assertions to be made using a NodeTest.