Class CountingNodeTester

java.lang.Object
org.custommonkey.xmlunit.examples.CountingNodeTester
org.custommonkey.xmlunit.CountingNodeTester
All Implemented Interfaces:
NodeTester

public class CountingNodeTester extends CountingNodeTester
Deprecated.
Use CountingNodeTester instead.
Counts the number of nodes in a document to allow assertions to be made using a NodeTest.
Examples and more at xmlunit.sourceforge.net
See Also:
  • Constructor Details

    • CountingNodeTester

      public CountingNodeTester(int expectedNumNodes)
      Deprecated.