java.lang.Object |
↳ |
android.support.test.espresso.base.RootViewPicker |
Class Overview
Provides the root View of the top-most Window, with which the user can interact. View is
guaranteed to be in a stable state - i.e. not pending any updates from the application.
This provider can only be accessed from the main thread.
Summary
Public Methods |
View
|
get()
|
[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
javax.inject.Provider
|
Public Methods