Uses of Class
org.xmlunit.assertj3.MultipleNodeAssert
Packages that use MultipleNodeAssert
-
Uses of MultipleNodeAssert in org.xmlunit.assertj3
Subclasses with type arguments of type MultipleNodeAssert in org.xmlunit.assertj3Modifier and TypeClassDescriptionclassMethods 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.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) CreateMultipleNodeAssertfrom nodes selecting by given xPath.