Skip to content

XMLUnit.NET 2.9.1

Compare
Choose a tag to compare
@bodewig bodewig released this 16 Dec 20:21
· 34 commits to main since this release

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 to Diff that provides a string-representation of all differences - not just the first one like ToString does.
    Based on Java PR xmlunit/#235 by @Boiarshinov