Registry / testing / xmlunit-legacy

xmlunit-legacy

JSON →
library2.11.0javamavenunverified

XMLUnit 1.x compatibility layer for comparing XML documents.

<dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-legacy</artifactId> <version>2.11.0</version> </dependency>
INSTALL
IMPORT
SIG · XMLUNIT-LEGACY
X
xmlunit-legacy
testingjavav2.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DiffBuilder
org.xmlunit.builder.DiffBuilder

Create a diff builder to compare XML inputs.

import org.xmlunit.builder.DiffBuilder; public class Example { public static void main(String[] args) { DiffBuilder diff = DiffBuilder.compare("<a/>").withTest("<b/>"); System.out.println("Diff builder created"); } }
Debug
Known issues
gotchaLegacy module; prefer XMLUnit 2.x core for new projects.
fix
Use xmlunit-core instead of xmlunit-legacy for modern API.
affects: all
Upgrade
Version history
2.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
xmlunit-legacy — mvn dependency:get xmlunit-legacy · libregistry