Package io.github.kakaocup.kakao.common.matchers
See: Description
-
Class Summary Class Description AbsListViewAdapterSizeMatcher Matches AbsListView with count of children AnyTextMatcher Matches TextView views which contains any text BackgroundColorMatcher Matches given background color with the current one ChildCountMatcher Matches view with size no of children DrawableMatcher Matches given drawable with current one FirstViewMatcher Matches first view IndexMatcher Matches index'th view that matches given matcher ItemMatcher Matches first RecyclerView descendant which matches specific matcher NavigationItemMatcher Matches NavigationView with given item id checked PageMatcher Matches ViewPager which page index equals given PositionMatcher Matches RecyclerView descendant at given position in adapter ProgressMatcher Matcher of value progress of given matcher RatingBarMatcher Matcher of value rating of given matcher RecyclerViewAdapterSizeMatcher Matches RecyclerView with count of children SelectedChipMatcher Matches checked chip SliderMatcher Matcher of value slider of given matcher SpinnerAdapterSizeMatcher Matches Spinner with count of children SpinnerPopupMatcher Matches Root View is popup window and contains DropDownView SwipeRefreshLayoutMatcher TextInputLayoutCounterEnabledMatcher TextInputLayoutErrorEnabledMatcher TextInputLayoutHintEnabledMatcher ToolbarNavigationMatcher ToolbarSubtitleMatcher ToolbarTitleMatcher ViewPager2AdapterSizeMatcher Matches ViewPager2 with count of children