The XmlMatchers trait provides matchers which are applicaborderle to xml nodes
- Companion:
- object
Type members
Inherited classlikes
Value members
Inherited methods
alias for \\(node, attributeValues)
with the node label only
alias for \\(node, attributeValues)
with the node label only
- Inherited from:
- XmlBaseMatchers
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
- Inherited from:
- XmlBaseMatchers
alias for \(node)
with the node label only
alias for \(node)
with the node label only
- Inherited from:
- XmlBaseMatchers
match if node
is the first node of the tested node
match if node
is the first node of the tested node
- Inherited from:
- XmlBaseMatchers
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
- Inherited from:
- XmlBaseMatchers
alias for \\(node, attributeValues)
with the node label only
alias for \\(node, attributeValues)
with the node label only
- Inherited from:
- XmlBaseMatchers
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
- Inherited from:
- XmlBaseMatchers
alias for \\(node)
with the node label only
alias for \\(node)
with the node label only
- Inherited from:
- XmlBaseMatchers
match if node
is contained anywhere inside the tested node
match if node
is contained anywhere inside the tested node
- Inherited from:
- XmlBaseMatchers
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
- Inherited from:
- XmlBaseMatchers
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
- Inherited from:
- XmlBaseMatchers