XMLUnit.NET 2.10.0
-
adjusted the NUnit 3.x constraints so they should work for NUnit 4.x as well.
Issue #40. -
add a new
ElementSelectors.ByNameAndAllAttributesvariant that filters attributes before deciding whether elements can be compared.
Inspired by Issue #xmlunit/259 -
Nodes.GetMergedNestedTextandNodes.StripElementContentWhitespacehad the same problem of not knowning aboutXmlWhitespacethat caused Issue #38. And neither of the methods could deal withXmlSignificantWhitespaceat all. -
add
XmlWhitespaceStrippedSource,XmlWhitespaceNormalizedSource, andXmlElementContentWhitespaceStrippedSourcethat only trim characters that are considered whitespace by the XML Specification from textual content.
Also added new modifiers toDiffBuilderthat make use of the newISourcetypes.
Issue #39.