1.

What Is The Use Of Supporting Classes In Xmlunit?

Answer»

Supporting CLASSES allow ASSERTIONS to be MADE about−

  • The differences between two pieces of XML (VIA Diff and DetailedDiff classes).
  • The validity of a piece of XML (via VALIDATOR class).
  • The outcome of transforming a piece of XML using XSLT (via Transform class).
  • The evaluation of an XPath expression on a piece of XML (via classes implementing the XpathEngine interface).
  • Individual nodes in a piece of XML that are exposed by DOM Traversal (via NodeTest class).

Supporting classes allow assertions to be made about−



Discussion

No Comment Found