org.custommonkey.xmlunit.package-info Maven / Gradle / Ivy
/**
* 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;