org.custommonkey.xmlunit.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlunit-legacy Show documentation
Show all versions of xmlunit-legacy Show documentation
XMLUnit 1.x Compatibility Layer
The newest version!
/**
* Root of the XMLUnit 1.x compatibility layer.
*
* This package contains an API compatible with XMLUnit 1.x but
* using XMLUnit Core 2.x under the covers.
*
* If you are writing new tests, don't use this package, use
* XMLUnit 2.x directly instead.
*/
package org.custommonkey.xmlunit;