org.custommonkey.xmlunit
public interface NodeTester
testNode
method by a NodeTest instance,
and after all the nodes in the NodeTest have been supplied the
noMoreNodes
method is called.
See Also: NodeTest
Method Summary | |
---|---|
void | noMoreNodes(NodeTest forTest)
Validate that the Nodes passed one-by-one to the testNode
method were all the Nodes expected. |
void | testNode(Node aNode, NodeTest forTest)
Validate a single Node |
testNode
method were all the Nodes expected.Parameters: forTest
Throws: NodeTestException if this instance was expecting more nodes
Parameters: aNode forTest
Throws: NodeTestException if the node fails the test