| Package | Description |
|---|---|
| org.xmlunit.assertj |
AssertJ assertions on top of XMLUnit's core.
|
| Modifier and Type | Method and Description |
|---|---|
MultipleNodeAssert |
MultipleNodeAssert.containsAllNodesHavingXPath(String xPath)
Verifies that all of actual nodes have given
xPath. |
MultipleNodeAssert |
MultipleNodeAssert.containsAnyNodeHavingXPath(String xPath)
Verifies that any of actual nodes has given
xPath. |
MultipleNodeAssert |
MultipleNodeAssert.doNotHaveAttribute(String attributeName)
Verifies that all the actual nodes don't have attribute with given name.
|
MultipleNodeAssert |
MultipleNodeAssert.doNotHaveAttribute(String attributeName,
String attributeValue)
Verifies that all the actual nodes don't have attribute with given name and value.
|
MultipleNodeAssert |
MultipleNodeAssert.exist()
Equivalent for
AbstractIterableAssert.isNotEmpty(). |
MultipleNodeAssert |
XmlAssert.hasXPath(String xPath)
Equivalent for
nodesByXPath(xPath). |
MultipleNodeAssert |
MultipleNodeAssert.haveAttribute(String attributeName)
Verifies that all the actual nodes have attribute with given name.
|
MultipleNodeAssert |
MultipleNodeAssert.haveAttribute(String attributeName,
String attributeValue)
Verifies that all the actual nodes have attribute with given name and value.
|
MultipleNodeAssert |
XmlAssert.nodesByXPath(String xPath)
Create
MultipleNodeAssert from nodes selecting by given xPath. |
Copyright © 2001–2025 XMLUnit. All rights reserved.