Uses of Class
org.custommonkey.xmlunit.NodeTest
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NodeTest in org.custommonkey.xmlunit
Modifier and TypeMethodDescriptionstatic 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 passvoid
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
AbstractNodeTester.noMoreNodes
(NodeTest forTest) Validate that the Nodes validated one-by-one in theisValid
method were all the Nodes expected.void
NodeTester.noMoreNodes
(NodeTest forTest) Validate that the Nodes passed one-by-one to thetestNode
method were all the Nodes expected.void
Validate a single Node by delegating to node type specific methods.void
Validate a single Node -
Uses of NodeTest in org.custommonkey.xmlunit.examples
Modifier and TypeMethodDescriptionvoid
CountingNodeTester.noMoreNodes
(NodeTest forTest) Called by NodeTest when all nodes have been iterated over: time to see if all the nodes that were expected were found.void
A single Node is always valid