Sun, 05. Jun 2016
With this release Source
s created from
string
s or byte[]
s can be used more than
once. In XMLUnit for Java it is now also possible to configure the
DocumentBuilderFactory
used when a DOM document is
created from a non-DOM Source
by the
DOMDifferenceEngine
.
The full list of changes for XMLUnit for Java:
-
Input.fromByteArray
andInput.fromString
now returnSource
s that can be used multiple times. Issue #84. - The
DocumentBuilderFactory
used byDOMDifferenceEngine
is now configurable. Issue #83.
The full list of changes for XMLUnit.NET:
Input.FromByteArray
andInput.FromString
now returnISource
s that can be used multiple times. Issue similar to xmlunit/#84.
path: /en/oss/XMLUnit | #