{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface ViewFinder
ViewFinderImpl |
Implementation of |
Uses matchers to locate particular views within the view hierarchy.
Public methods |
|
|---|---|
abstract View |
getView()Immediately locates a single view within the provided view hierarchy. |
abstract View getView()
Immediately locates a single view within the provided view hierarchy.
If multiple views match, or if no views match the appropriate exception is thrown.
| Returns | |
|---|---|
View |
A singular view which matches the matcher we were constructed with. |
| Throws | |
|---|---|
androidx.test.espresso.AmbiguousViewMatcherException androidx.test.espresso.AmbiguousViewMatcherException |
when multiple views match |
androidx.test.espresso.NoMatchingViewException androidx.test.espresso.NoMatchingViewException |
when no views match. |