java.lang.Object | |
↳ | android.support.test.espresso.web.matcher.DomMatchers |
A collection of hamcrest matchers for objects in the org.w3c.dom package (such as
Document
and Element
).
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a matcher that matches Documents that have a body containing the given test.
| |||||||||||
Returns a matcher that matches
Document s that have at least one element with the given
id.
| |||||||||||
Returns a matcher that matches
Document s that have at least one element with the given
xpath.
| |||||||||||
Returns a matcher that matches
Document s with body that matches the given matcher.
| |||||||||||
Returns a matcher that matches
Element s with the given textContent.
| |||||||||||
Returns a matcher that matches
Element s that have textContent matching the given
matcher.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns a matcher that matches Documents that have a body containing the given test.
Returns a matcher that matches Document
s that have at least one element with the given
id.
Returns a matcher that matches Document
s that have at least one element with the given
xpath.
Returns a matcher that matches Document
s with body that matches the given matcher.
Returns a matcher that matches Element
s with the given textContent. Equivalent of
withTextContent(is(textContent)).
Returns a matcher that matches Element
s that have textContent matching the given
matcher.