Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (29 loc) · 6.08 KB

File metadata and controls

32 lines (29 loc) · 6.08 KB

kakao / com.agoda.kakao.common.matchers

Package com.agoda.kakao.common.matchers

Types

Name Summary
AbsListViewAdapterSizeMatcher class AbsListViewAdapterSizeMatcher : BoundedMatcher<View, AbsListView>
Matches AbsListView with count of children
AnyTextMatcher class AnyTextMatcher : BoundedMatcher<View, TextView>
Matches TextView views which contains any text
BackgroundColorMatcher class BackgroundColorMatcher : TypeSafeMatcher<View>
Matches given background color with the current one
ChildCountMatcher class ChildCountMatcher : TypeSafeMatcher<View>
Matches view with size no of children
DrawableMatcher class DrawableMatcher : TypeSafeMatcher<View>
Matches given drawable with current one
FirstViewMatcher class FirstViewMatcher : BoundedMatcher<View, View>
Matches first view
IndexMatcher class IndexMatcher : TypeSafeMatcher<View>
Matches index'th view that matches given matcher
ItemMatcher class ItemMatcher : BoundedMatcher<View, View>
Matches first RecyclerView descendant which matches specific matcher
NavigationItemMatcher class NavigationItemMatcher : BoundedMatcher<View, NavigationView>
Matches NavigationView with given item id checked
PageMatcher class PageMatcher : BoundedMatcher<View, ViewPager>
Matches ViewPager which page index equals given
PositionMatcher class PositionMatcher : BoundedMatcher<View, View>
Matches RecyclerView descendant at given position in adapter
ProgressMatcher class ProgressMatcher : BoundedMatcher<View, ProgressBar>
Matcher of value progress of given matcher
RatingBarMatcher class RatingBarMatcher : BoundedMatcher<View, RatingBar>
Matcher of value rating of given matcher
RecyclerViewAdapterSizeMatcher class RecyclerViewAdapterSizeMatcher : BoundedMatcher<View, RecyclerView>
Matches RecyclerView with count of children
SelectedChipMatcher class SelectedChipMatcher : BoundedMatcher<View, Chip>
Matches checked chip
SpinnerAdapterSizeMatcher class SpinnerAdapterSizeMatcher : BoundedMatcher<View, Spinner>
Matches Spinner with count of children
SpinnerPopupMatcher class SpinnerPopupMatcher : TypeSafeMatcher<Root>
Matches Root View is popup window and contains DropDownView
SwipeRefreshLayoutMatcher class SwipeRefreshLayoutMatcher : TypeSafeMatcher<View>
TextInputLayoutCounterEnabledMatcher class TextInputLayoutCounterEnabledMatcher : TypeSafeMatcher<View>
TextInputLayoutErrorEnabledMatcher class TextInputLayoutErrorEnabledMatcher : TypeSafeMatcher<View>
TextInputLayoutHintEnabledMatcher class TextInputLayoutHintEnabledMatcher : TypeSafeMatcher<View>
ToolbarSubtitleMatcher class ToolbarSubtitleMatcher : BoundedMatcher<View, Toolbar>
ToolbarTitleMatcher class ToolbarTitleMatcher : BoundedMatcher<View, Toolbar>
ViewPager2AdapterSizeMatcher class ViewPager2AdapterSizeMatcher : BoundedMatcher<View, ViewPager2>
Matches ViewPager2 with count of children