View Builder
Class for building view matchers and interactions
This class helps to build matches for views and get their interactions. 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
()
Functions
Matches the view which contain given text
Returns view interaction delegate based on all given matchers
Returns combined view matcher with AllOf.allOf()
Matches views based on instance or subclass of the provided class.
Matches the view that is clickable
Matches the view that is completely displayed
Matches the view which is descendant of given matcher
Matches the view if it is not in ENABLED state
Matches the view that is displayed
Matches the view by class instance
Matches the view with INVISIBLE visibility
Matches the view that is not clickable
Matches the view that is not completely displayed
Matches the view that is not displayed
Matches view at given position in ViewGroup
Matches the view which contains any text
Matches the view with given background color
Matches the view with given background color code
Matches the view which class name matches given matcher
Matches the view with given content description
Matches the view which has descendant of given matcher
Matches the view with given drawable
Matches the view with given custom matcher
Matches if the view does not have a given text
Matches the view which has parent with given matcher
Matches the view which is RatingBar with given value
Matches the view with given resource name
Matches the view by resource name with given matcher
Matches the view which has sibling of given matcher