Does NUnit (possibly using third-party libraries) support intelligent XML data comparison?
Let's say we need to compare two xml files - the simplest way would be to compare the contents of xml using string comparison without taking into account random situations, but this will only work in trivial cases.
Is there any library around which xml comparison can be simplified. some kind of XmlAssert?
The functionality I'm doing is "having two xml files, comparing these nodes (because they are important), and ignoring the rest."
Related questions
- What is the best way to compare XML files for equality?
- How would you compare two XML documents?
xml unit-testing nunit
Andrew Aug 24 '10 at 0:11 2010-08-24 00:11
source share