Sat, 12. Nov 2016
This release allows the schema used in W3C XML schema validation to
be specified as Schema
and XmlSchema
respectively when using the (JAXP)Validator
or the
corresponding matchers and constraints.
The full list of changes for XMLUnit for Java:
JAXPValidator
andValidationMatcher
now accept usingSchema
instances for the schema when validating instance documents. Issue #89.- updated test dependency to Mockito 2.1.0 PR #87 by @PascalSchumacher.
The full list of changes for XMLUnit.NET:
Validator
andSchemaValidConstraint
now accept usingXmlSchema
instances for the schema when validating instance documents. Issue similar to xmlunit#89.
path: /en/oss/XMLUnit | #