XMLUnit's new homepage is http://www.xmlunit.org/
XMLUnit - JUnit and NUnit testing for XML |
|||||
For those of you who've got into it you'll know that test
driven development is great. It gives you the confidence to change code
safe in the knowledge that if something breaks you'll know about it.
Except for those bits you don't know how to test. Until now XML has
been one of them. Oh sure you can use XML can be used for just about anything so deciding if two documents are equal to each other isn't as easy as a character for character match. Sometimes
and sometimes it doesn't... With XMLUnit you get the control, and you get to decide. |
|||||
XMLUnit for Java |
|||||
The current stable release is XMLUnit 1.6, December 2014. XMLUnit for Java provides two JUnit extension classes,
XMLUnit for Java can also treat HTML content (even badly-formed HTML) as valid XML to allow these assertions to be made about the content of web pages too.
|
|||||
XMLUnit for .Net |
|||||
The current release is XmlUnit .Net 0.4, April 2009 XMLUnit for .Net provides NUnit extension classes written in
C#, e.g. Please be aware that the .Net code base is not as advanced as its Java counterpart, in particular there is currently no explicit support for namespaces. |
|||||
NewsRSS feeds are available for Project activity, Project news releases and Project file releases . An archive of the project news is available here. |
|||||
Brought to you by Tim Bacon and Jeff Martin |