forked from xmlunit/xmlunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Goals
Harald Brabenetz edited this page Feb 28, 2015
·
4 revisions
- create functionally equivalent libraries for Java and .NET with very similar APIs
- the Java and .NET APIs should be idiomatic
- don't use static configuration settings as XMLUnit for Java 1.x did
- create a core library without any external dependencies
- create optional libraries on top of the core - currently planned:
- provide an optional fluent interface as well as a more traditional programmatic API
- restrict the functionality to what is needed for testing XML, in particular, drop support for HTML and leave it to other libraries to translate HTML to XML
In addition, look into solving some of the issues and feature requests raised against XMLUnit 1.x that had to be rejected for backwards compatibility reasons, these are collected by the "XMLUnit 1.x feature request" label.