Registry / testing / xmlunit-assertj

xmlunit-assertj

JSON →
library2.11.0javamavenunverified

Provides AssertJ fluent assertions for comparing XML documents in tests.

<dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-assertj</artifactId> <version>2.11.0</version> </dependency>
INSTALL
IMPORT
SIG · XMLUNIT-ASSERTJ
X
xmlunit-assertj
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.

XmlAssert
org.xmlunit.assertj.XmlAssert

Asserts that an XML string contains a specific XPath.

import org.xmlunit.assertj.XmlAssert; public class Example { public static void main(String[] args) { XmlAssert.assertThat("<a><b/></a>").hasXPath("//b"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
xmlunit-assertj — mvn dependency:get xmlunit-assertj · libregistry