Package-level declarations

Types

Link copied to clipboard
public final class AbsListViewAdapterSizeMatcher extends BoundedMatcher<View, AbsListView>

Matches AbsListView with count of children

Link copied to clipboard
Link copied to clipboard
public final class AnyTextMatcher extends BoundedMatcher<View, TextView>

Matches TextView views which contains any text

Link copied to clipboard
Link copied to clipboard
public final class BackgroundColorMatcher extends TypeSafeMatcher<View>

Matches given background color with the current one

Link copied to clipboard
public abstract class BaseViewConditionMatcher extends BoundedMatcher<View, View>
Link copied to clipboard
public final class BoldStyleMatcher extends BoundedMatcher<View, TextView>
Link copied to clipboard
public final class ChildCountMatcher extends TypeSafeMatcher<View>

Matches view with size no of children

Link copied to clipboard
public final class CompoundDrawableMatcher extends BoundedMatcher<View, TextView>

Matcher of compound drawables for TextView

Link copied to clipboard
public final class DirtyViewMatcher extends BaseViewConditionMatcher
Link copied to clipboard
public final class DrawableMatcher extends TypeSafeMatcher<View>

Matches given drawable with current one

Link copied to clipboard
public final class FirstViewMatcher extends BoundedMatcher<View, View>

Matches first view

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final class HintMatcher extends BoundedMatcher<View, TextView>

Matcher for hint value in TextView

Link copied to clipboard
public final class HoveredViewMatcher extends BaseViewConditionMatcher
Link copied to clipboard
public final class IndexMatcher extends TypeSafeMatcher<View>

Matches index'th view that matches given matcher

Link copied to clipboard
public final class ItalicStyleMatcher extends BoundedMatcher<View, TextView>
Link copied to clipboard
public final class ItemMatcher extends BoundedMatcher<View, View>

Matches first RecyclerView descendant which matches specific matcher

Link copied to clipboard
public final class NavigationItemMatcher extends BoundedMatcher<View, NavigationView>

Matches NavigationView with given item id checked

Link copied to clipboard
public final class PageMatcher extends BoundedMatcher<View, ViewPager>

Matches ViewPager which page index equals given

Link copied to clipboard
public final class PositionMatcher extends BoundedMatcher<View, View>

Matches RecyclerView descendant at given position in adapter

Link copied to clipboard
public final class ProgressMatcher extends BoundedMatcher<View, ProgressBar>

Matcher of value progress of given matcher

Link copied to clipboard
public final class RatingBarMatcher extends BoundedMatcher<View, RatingBar>

Matcher of value rating of given matcher

Link copied to clipboard
public final class RecyclerViewAdapterSizeMatcher extends BoundedMatcher<View, RecyclerView>

Matches RecyclerView with count of children

Link copied to clipboard
public final class SelectedChipMatcher extends BoundedMatcher<View, Chip>

Matches checked chip

Link copied to clipboard
public final class SliderMatcher extends BoundedMatcher<View, Slider>

Matcher of value slider of given matcher

Link copied to clipboard
public final class SpanDrawableMatcher extends TypeSafeMatcher<View>

Matches given drawable with specified span

Link copied to clipboard
public final class SpinnerAdapterSizeMatcher extends BoundedMatcher<View, Spinner>

Matches Spinner with count of children

Link copied to clipboard
public final class SpinnerPopupMatcher extends TypeSafeMatcher<Root>

Matches Root View is popup window and contains DropDownView

Link copied to clipboard
public final class SwipeRefreshLayoutMatcher extends TypeSafeMatcher<View>
Link copied to clipboard
public final class SwitcherCurrentViewMatcher extends BoundedMatcher<View, View>

Matches current view in View Switcher

Link copied to clipboard
public final class TextInputLayoutCounterEnabledMatcher extends TypeSafeMatcher<View>
Link copied to clipboard
public final class TextInputLayoutErrorEnabledMatcher extends TypeSafeMatcher<View>
Link copied to clipboard
public final class TextInputLayoutHintEnabledMatcher extends TypeSafeMatcher<View>
Link copied to clipboard
public final class TextSizeMatcher extends BoundedMatcher<View, TextView>
Link copied to clipboard
public final class TextViewGravityMatcher extends BoundedMatcher<View, TextView>
Link copied to clipboard
public final class ToolbarNavigationMatcher extends BoundedMatcher<View, Toolbar>
Link copied to clipboard
public final class ToolbarSubtitleMatcher extends BoundedMatcher<View, Toolbar>
Link copied to clipboard
public final class ToolbarTitleMatcher extends BoundedMatcher<View, Toolbar>
Link copied to clipboard
public final class TypefaceMatcher extends BoundedMatcher<View, TextView>
Link copied to clipboard
public final class ViewGroupPositionMatcher extends BoundedMatcher<View, View>

Matches Group descendant at given position

Link copied to clipboard
public final class ViewPager2AdapterSizeMatcher extends BoundedMatcher<View, ViewPager2>

Matches ViewPager2 with count of children