| android.support.test.espresso.ViewFinder | 
|  Known Indirect Subclasses | 
Uses matchers to locate particular views within the view hierarchy.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Immediately locates a single view within the provided view hierarchy.
         | |||||||||||
Immediately locates a single view within the provided view hierarchy. If multiple views match, or if no views match the appropriate exception is thrown.
| AmbiguousViewMatcherException | when multiple views match | 
|---|---|
| NoMatchingViewException | when no views match. |