public interface XmlArrayVerifiable extends XmlVerifiable
Modifier and Type | Method and Description |
---|---|
XmlArrayVerifiable |
contains(String nodeName)
When you want to assert a node with a name in an array.
|
XmlArrayVerifiable |
hasSize(int size)
When you want to assert if an array is of given size.
|
array, index, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isNull, matches, matchesXPath, node, node, text, withAttribute, withAttribute, withoutThrowingException, xPath
isAssertingAValueInArray, isIteratingOverArray
XmlArrayVerifiable contains(String nodeName)
nodeName
- name of the nodeXmlArrayVerifiable hasSize(int size)
size
- size to assertCopyright © 2016–2021 Spring. All rights reserved.