The XmlMatchers trait provides matchers which are applicable to xml nodes
- Companion
- object
Value members
Concrete methods
match if node is the first node of the tested node an exact match on is required on attributes
match if node is the first node of the tested node an exact match on is required on attributes
match if node is the first node of the tested node
match if node is the first node of the tested node
match if node is the first node of the tested node and has exactly the attributeValues as names and values for
its attributes
match if node is the first node of the tested node and has exactly the attributeValues as names and values for
its attributes
alias for \\(node, attributeValues) with the node label only
alias for \\(node, attributeValues) with the node label only
match if node is contained anywhere inside the tested node an exact match on is required on attributes
match if node is contained anywhere inside the tested node an exact match on is required on attributes
match if node is contained anywhere inside the tested node
match if node is contained anywhere inside the tested node
match if node is contained anywhere inside the tested node and has exactly the attributeValues as names and
values for its attributes
match if node is contained anywhere inside the tested node and has exactly the attributeValues as names and
values for its attributes
alias for \\(node, attributeValues) with the node label only
alias for \\(node, attributeValues) with the node label only
match if node is equal to the tested node without testing empty text
match if node is equal to the tested node without testing empty text