XMLUnit.NET 2.9.1
XMLUnit.NET ports changes made to XMLUnit for Java 2.8.3 and 2.8.4. The full changelog is:
-
improved comparison performance for documents with many siblings
based on a suggestion by @gerpres made in Java Issue xmlunit/#236 -
added a new
FullDescription
method toDiff
that provides a string-representation of all differences - not just the first one likeToString
does.
Based on Java PR xmlunit/#235 by @Boiarshinov