Package org.custommonkey.xmlunit
Class CountingNodeTester
java.lang.Object
org.custommonkey.xmlunit.examples.CountingNodeTester
org.custommonkey.xmlunit.CountingNodeTester
- All Implemented Interfaces:
NodeTester
Deprecated.
Counts the number of nodes in a document to allow assertions to be made
using a NodeTest.
Examples and more at xmlunit.sourceforge.net
Examples and more at xmlunit.sourceforge.net
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.custommonkey.xmlunit.examples.CountingNodeTester
noMoreNodes, resetCounter, testNode
-
Constructor Details
-
CountingNodeTester
public CountingNodeTester(int expectedNumNodes) Deprecated.
-
CountingNodeTester
instead.