Uses of Class
org.xmlunit.assertj3.MultipleNodeAssert
Packages that use MultipleNodeAssert
-
Uses of MultipleNodeAssert in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 that return MultipleNodeAssertModifier 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
.(package private) static MultipleNodeAssert
MultipleNodeAssert.create
(Object xmlSource, Map<String, String> prefix2Uri, DocumentBuilderFactory dbf, XPathFactory xpf, String xPath) 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.