Uses of Class
org.xmlunit.assertj.SingleNodeAssert
-
Packages that use SingleNodeAssert Package Description org.xmlunit.assertj AssertJ assertions on top of XMLUnit's core. -
-
Uses of SingleNodeAssert in org.xmlunit.assertj
Methods in org.xmlunit.assertj that return SingleNodeAssert Modifier and Type Method Description SingleNodeAssertNodeAssertFactory. createAssert(org.w3c.dom.Node node)SingleNodeAssertSingleNodeAssert. doesNotHaveAttribute(java.lang.String attributeName)Verifies that the actual node has not attribute with given name.SingleNodeAssertSingleNodeAssert. doesNotHaveAttribute(java.lang.String attributeName, java.lang.String attributeValue)Verifies that the actual node has not attribute with given name and value.SingleNodeAssertSingleNodeAssert. hasAttribute(java.lang.String attributeName)Verifies that the actual node has attribute with given name.SingleNodeAssertSingleNodeAssert. hasAttribute(java.lang.String attributeName, java.lang.String attributeValue)Verifies that the actual node has attribute with given name and value.SingleNodeAssertSingleNodeAssert. hasXPath(java.lang.String xPath)Verifies that the actual node or any child node matches givenxPath.Methods in org.xmlunit.assertj that return types with arguments of type SingleNodeAssert Modifier and Type Method Description (package private) org.assertj.core.api.AssertFactory<org.w3c.dom.Node,SingleNodeAssert>AssertFactoryProvider. create(JAXPXPathEngine engine)private org.assertj.core.api.AssertFactory<org.w3c.dom.Node,SingleNodeAssert>AssertFactoryProvider. createProxyInstance(JAXPXPathEngine engine)Methods in org.xmlunit.assertj with parameters of type SingleNodeAssert Modifier and Type Method Description voidMultipleNodeAssert.SingleNodeAssertConsumer. accept(SingleNodeAssert t)
-