XMLUnit v2.3.0 Release Notes

Release Date: 2016-11-12 // over 7 years ago
  • 🚀 This release allows the schema used in W3C XML schema validation to be specified as Schema when using the JAXPValidator or the corresponding matcher.

    The full list of changes for XMLUnit for Java:

    • JAXPValidator and ValidationMatcher now accept using Schema
      instances for the schema when validating instance documents.
      Issue #89.
    • ⚡️ updated test dependency to Mockito 2.1.0
      PR #87 by @PascalSchumacher.