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