Skip to content

Most visited

Recently visited

navigation

ViewFinderImpl

public final class ViewFinderImpl
extends Object implements ViewFinder

java.lang.Object
   ↳ android.support.test.espresso.base.ViewFinderImpl


Implementation of ViewFinder.

Summary

Public methods

View getView()

Immediately locates a single view within the provided view hierarchy.

Inherited methods

From class java.lang.Object
From interface android.support.test.espresso.ViewFinder

Public methods

getView

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
AmbiguousViewMatcherException
NoMatchingViewException
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.