I'm looking for XmlUnit alternatives, since:
How do you test your xml serialization/deserialization?
PS: More details:
I read that you look for a purely NUnit-based solution, but I think it's worth to mention that Gallio/MbUnit provides several interesting assertions for testing XML. More information and examples on the Gallio wiki.
Assert.Xml.AreEqual(
"<value x='123' y='456'/>",
"<VALUE y='456' x='123'></VALUE>",
XmlOptions.Loose); // Pass!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With