Root Builder
Class for building root matchers
This class helps to build matches for root. Please note that any function invoking will add specific matcher to the list and after that all of them will be combined with help of AllOf.allOf()
See also
AllOf. allOf
()
Functions
Link copied to clipboard
Returns combined root matchers with AllOf.allOf()
Link copied to clipboard
Matches root that is focusable
Link copied to clipboard
Matches root that is not dialog
Link copied to clipboard
Matches root that is not focusable
Link copied to clipboard
Matches root that is not platform popup
Link copied to clipboard
Matches root that is not system alert window
Link copied to clipboard
Matches root that is not touchable
Link copied to clipboard
Matches root that is platform popup
Link copied to clipboard
Matches root that is system alert window
Link copied to clipboard
Matches root that is touchable
Link copied to clipboard
Matches root that has decor view matching given matcher
Link copied to clipboard
Matches root with given custom matcher