java.lang.Object |
↳ |
android.support.test.espresso.base.ViewFinderImpl |
Summary
Public Methods |
View
|
getView()
Immediately locates a single view within the provided view hierarchy.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.support.test.espresso.ViewFinder
abstract
View
|
getView()
Immediately locates a single view within the provided view hierarchy.
|
|
Public Methods
public
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
- A singular view which matches the matcher we were constructed with.