Uses of Class
org.xmlunit.assertj.MultipleNodeAssert
-
Uses of MultipleNodeAssert in org.xmlunit.assertj
Modifier and TypeMethodDescriptionMultipleNodeAssert.containsAllNodesHavingXPath
(String xPath) Verifies that all of actual nodes have givenxPath
.MultipleNodeAssert.containsAnyNodeHavingXPath
(String xPath) Verifies that any of actual nodes has givenxPath
.MultipleNodeAssert.doNotHaveAttribute
(String attributeName) Verifies that all the actual nodes don't have attribute with given name.MultipleNodeAssert.doNotHaveAttribute
(String attributeName, String attributeValue) Verifies that all the actual nodes don't have attribute with given name and value.MultipleNodeAssert.exist()
Equivalent forAbstractIterableAssert.isNotEmpty()
.Equivalent forMultipleNodeAssert.haveAttribute
(String attributeName) Verifies that all the actual nodes have attribute with given name.MultipleNodeAssert.haveAttribute
(String attributeName, String attributeValue) Verifies that all the actual nodes have attribute with given name and value.XmlAssert.nodesByXPath
(String xPath) CreateMultipleNodeAssert
from nodes selecting by given xPath.