Uses of Class
org.xmlunit.assertj.SingleNodeAssert
-
Uses of SingleNodeAssert in org.xmlunit.assertj
Modifier and TypeMethodDescriptionSingleNodeAssert.doesNotHaveAttribute
(String attributeName) Verifies that the actual node has not attribute with given name.SingleNodeAssert.doesNotHaveAttribute
(String attributeName, String attributeValue) Verifies that the actual node has not attribute with given name and value.SingleNodeAssert.hasAttribute
(String attributeName) Verifies that the actual node has attribute with given name.SingleNodeAssert.hasAttribute
(String attributeName, String attributeValue) Verifies that the actual node has attribute with given name and value.Verifies that the actual node or any child node matches givenxPath
.