Uses of Class
org.xmlunit.assertj3.SingleNodeAssert
-
Packages that use SingleNodeAssert Package Description org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core. -
-
Uses of SingleNodeAssert in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 that return SingleNodeAssert Modifier and Type Method Description SingleNodeAssert
NodeAssertFactory. createAssert(org.w3c.dom.Node node)
SingleNodeAssert
SingleNodeAssert. doesNotHaveAttribute(java.lang.String attributeName)
Verifies that the actual node has not attribute with given name.SingleNodeAssert
SingleNodeAssert. doesNotHaveAttribute(java.lang.String attributeName, java.lang.String attributeValue)
Verifies that the actual node has not attribute with given name and value.SingleNodeAssert
SingleNodeAssert. hasAttribute(java.lang.String attributeName)
Verifies that the actual node has attribute with given name.SingleNodeAssert
SingleNodeAssert. hasAttribute(java.lang.String attributeName, java.lang.String attributeValue)
Verifies that the actual node has attribute with given name and value.SingleNodeAssert
SingleNodeAssert. hasXPath(java.lang.String xPath)
Verifies that the actual node or any child node matches givenxPath
.Methods in org.xmlunit.assertj3 with parameters of type SingleNodeAssert Modifier and Type Method Description void
MultipleNodeAssert.SingleNodeAssertConsumer. accept(SingleNodeAssert t)
-