MultipleNodeAssert |
MultipleNodeAssert.containsAllNodesHavingXPath(java.lang.String xPath) |
Verifies that all of actual nodes have given xPath.
|
MultipleNodeAssert |
MultipleNodeAssert.containsAnyNodeHavingXPath(java.lang.String xPath) |
Verifies that any of actual nodes has given xPath.
|
MultipleNodeAssert |
MultipleNodeAssert.doNotHaveAttribute(java.lang.String attributeName) |
Verifies that all the actual nodes don't have attribute with given name.
|
MultipleNodeAssert |
MultipleNodeAssert.doNotHaveAttribute(java.lang.String attributeName,
java.lang.String attributeValue) |
Verifies that all the actual nodes don't have attribute with given name and value.
|
MultipleNodeAssert |
MultipleNodeAssert.exist() |
Equivalent for AbstractIterableAssert.isNotEmpty().
|
MultipleNodeAssert |
XmlAssert.hasXPath(java.lang.String xPath) |
Equivalent for
|
MultipleNodeAssert |
MultipleNodeAssert.haveAttribute(java.lang.String attributeName) |
Verifies that all the actual nodes have attribute with given name.
|
MultipleNodeAssert |
MultipleNodeAssert.haveAttribute(java.lang.String attributeName,
java.lang.String attributeValue) |
Verifies that all the actual nodes have attribute with given name and value.
|
MultipleNodeAssert |
XmlAssert.nodesByXPath(java.lang.String xPath) |
|