java.lang.Object | |
↳ | android.support.test.espresso.matcher.RootMatchers |
A collection of matchers for Root
objects.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DEFAULT |
Espresso's default Root matcher.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Matches
Root s that are dialogs (i.e.
| |||||||||||
Matches
Root s that can take window focus.
| |||||||||||
Matches
Root s that are popups - like autocomplete suggestions or the actionbar spinner.
| |||||||||||
Matches
Root s that can receive touch events.
| |||||||||||
Matches
Root s with decor views that match the given view matcher.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Matches Root
s that are dialogs (i.e. is not a window of the currently resumed
activity).
Matches Root
s that are popups - like autocomplete suggestions or the actionbar spinner.
Matches Root
s with decor views that match the given view matcher.