Uses of Class
org.xmlunit.assertj3.SingleNodeAssert
Packages that use SingleNodeAssert
-
Uses of SingleNodeAssert in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 that return SingleNodeAssertModifier 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.