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

Latest commit

 

History

History
145 lines (142 loc) · 21 KB

index.md

File metadata and controls

145 lines (142 loc) · 21 KB

All Types

Name Summary
com.agoda.kakao.list.AbsListViewAdapterActions
com.agoda.kakao.list.AbsListViewAdapterAssertions Provides assertions for AbsListView adapter
com.agoda.kakao.common.matchers.AbsListViewAdapterSizeMatcher Matches AbsListView with count of children
com.agoda.kakao.intent.ActivityResultBuilder Class for building ActivityResult
com.agoda.kakao.common.assertions.AdapterAssertions Provides assertions for view with adapters
com.agoda.kakao.common.matchers.AnyTextMatcher Matches TextView views which contains any text
com.agoda.kakao.common.matchers.BackgroundColorMatcher Matches given background color with the current one
com.agoda.kakao.common.actions.BaseActions Base interface for performing actions on view
com.agoda.kakao.common.assertions.BaseAssertions Base interface for asserting views
com.agoda.kakao.bottomnav.BottomNavigationViewActions Provides actions for BottomNavigationView
com.agoda.kakao.bottomnav.BottomNavigationViewAssertions Provides assertion for BottomNavigationview
com.agoda.kakao.intent.BundleBuilder Class for building Bundle matchers
com.agoda.kakao.check.CheckableActions Provides action for checking views
com.agoda.kakao.check.CheckableAssertions Provides checkable based assertions for views
com.agoda.kakao.common.matchers.ChildCountMatcher Matches view with size no of children
com.agoda.kakao.chipgroup.ChipGroupActions
com.agoda.kakao.chipgroup.ChipGroupAssertions Provides assertions for a ChipGroup
com.agoda.kakao.intent.ComponentNameBuilder Class for building ComponentName matchers
com.agoda.kakao.list.DataBuilder Class for building data matchers
com.agoda.kakao.delegate.DataInteractionDelegate Delegation class for DataInteraction. Wraps all available public calls and intercepts check and perform.
com.agoda.kakao.picker.date.DatePickerAction Provides actions for date picker
com.agoda.kakao.picker.date.DatePickerAssertion Provides assertions for date picker
com.agoda.kakao.delegate.Delegate Base delegate interface.
com.agoda.kakao.common.matchers.DrawableMatcher Matches given drawable with current one
com.agoda.kakao.drawer.DrawerActions Provides actions for navigation drawer
com.agoda.kakao.edit.EditableActions Provides editable actions for views
com.agoda.kakao.common.matchers.FirstViewMatcher Matches first view
com.agoda.kakao.image.ImageViewAssertions Provides assertion for image views
com.agoda.kakao.common.matchers.IndexMatcher Matches index'th view that matches given matcher
com.agoda.kakao.intent.IntentBuilder Class for building Intent matchers
com.agoda.kakao.intercept.Interceptable
com.agoda.kakao.intercept.Interception
com.agoda.kakao.intercept.Interceptor Base class for intercepting the call chain from Kakao to Espresso.
com.agoda.kakao.common.matchers.ItemMatcher Matches first RecyclerView descendant which matches specific matcher
com.agoda.kakao.list.KAbsListView View with ScrollViewActions and BaseAssertions. Gives access to it's children
com.agoda.kakao.list.KAdapterItem Base class for KAbsListView adapter items
com.agoda.kakao.list.KAdapterItemType For internal use. Don't use manually.
com.agoda.kakao.list.KAdapterItemTypeBuilder Class that maps types to providing functions
com.agoda.kakao.Kakao
com.agoda.kakao.common.KakaoDslMarker
com.agoda.kakao.dialog.KAlertDialog View for interact with default alert dialog
com.agoda.kakao.common.views.KBaseView Base class for all Kakao views
com.agoda.kakao.bottomnav.KBottomNavigationView View for acting and asserting on BottomNavigationView
com.agoda.kakao.text.KButton View with BaseActions and TextViewAssertions
com.agoda.kakao.check.KCheckBox View with CheckableActions, CheckableAssertions and TextViewAssertions
com.agoda.kakao.chipgroup.KChipGroup View with ChipGroupActions and ChipGroupAssertions
com.agoda.kakao.picker.date.KDatePicker View for interact with default date picker
com.agoda.kakao.picker.date.KDatePickerDialog View for interact with default date picker dialog
com.agoda.kakao.drawer.KDrawerView View with DrawerActions and BaseAssertions
com.agoda.kakao.edit.KEditText View with EditableActions and TextViewAssertions
com.agoda.kakao.list.KEmptyAdapterItem Empty implementation of KAdapterItem
com.agoda.kakao.recycler.KEmptyRecyclerItem Empty implementation of KRecyclerItem
com.agoda.kakao.pager2.KEmptyViewPagerItem Empty implementation of KViewPagerItem
com.agoda.kakao.image.KImageView View with BaseActions and ImageViewAssertions
com.agoda.kakao.intent.KIntent This class is intended to be used when you need to check if some intent has been sent or to mock specific intent with result
com.agoda.kakao.navigation.KNavigationView View with NavigationViewActions and NavigationViewAssertions
com.agoda.kakao.progress.KProgressBar View with ProgressBarActions and ProgressBarAssertions
com.agoda.kakao.rating.KRatingBar View with RatingBarActions and RatingBarAssertions
com.agoda.kakao.recycler.KRecyclerItem Base class for KRecyclerView adapter items
com.agoda.kakao.recycler.KRecyclerItemType For internal use. Don't use manually.
com.agoda.kakao.recycler.KRecyclerItemTypeBuilder Class that maps types to providing functions
com.agoda.kakao.recycler.KRecyclerView View with RecyclerActions, BaseAssertions and RecyclerAdapterAssertions. Gives access to it's children
com.agoda.kakao.scroll.KScrollView View with ScrollViewActions and BaseAssertions
com.agoda.kakao.progress.KSeekBar View with SeekBarActions and ProgressBarAssertions
com.agoda.kakao.text.KSnackbar View with internal TextView and a Button
com.agoda.kakao.spinner.KSpinner
com.agoda.kakao.spinner.KSpinnerItem KTextView implementation of KAdapterItem
com.agoda.kakao.swiperefresh.KSwipeRefreshLayout View with SwipeRefreshLayoutActions and SwipeRefreshLayoutAssertions
com.agoda.kakao.common.views.KSwipeView View with SwipeableActions and BaseAssertions
com.agoda.kakao.switch.KSwitch View with SwitchableActions, CheckableAssertions and TextViewAssertions
com.agoda.kakao.tabs.KTabLayout View with TabLayoutActions and TabLayoutAssertions
com.agoda.kakao.edit.KTextInputLayout View with TextInputLayoutAssertions
com.agoda.kakao.text.KTextView View with BaseActions and TextViewAssertions
com.agoda.kakao.picker.time.KTimePicker View for interact with default time picker
com.agoda.kakao.picker.time.KTimePickerDialog View for interact with default date picker dialog
com.agoda.kakao.toolbar.KToolbar View for acting and asserting on Toolbar
com.agoda.kakao.common.views.KView Simple view with BaseActions and BaseAssertions
com.agoda.kakao.pager.KViewPager View with SwipeableActions and ViewPagerAssertions
com.agoda.kakao.pager2.KViewPager2 View with SwipeableActions and ViewPager2Assertions
com.agoda.kakao.pager2.KViewPagerItem Base class for KViewPager2 adapter items
com.agoda.kakao.pager2.KViewPagerItemType For internal use. Don't use manually.
com.agoda.kakao.pager2.KViewPagerItemTypeBuilder Class that maps types to providing functions
com.agoda.kakao.web.KWebView Class for interacting with WebViews
com.agoda.kakao.common.matchers.NavigationItemMatcher Matches NavigationView with given item id checked
com.agoda.kakao.navigation.NavigationViewActions Provides actions for navigation view
com.agoda.kakao.navigation.NavigationViewAssertions Provides assertions for NavigationView
com.agoda.kakao.common.matchers.PageMatcher Matches ViewPager which page index equals given
com.agoda.kakao.common.matchers.PositionMatcher Matches RecyclerView descendant at given position in adapter
com.agoda.kakao.progress.PreciseSwipe
com.agoda.kakao.progress.ProgressBarActions Provides action for ProgressBar
com.agoda.kakao.progress.ProgressBarAssertions Provides assertions for progress bar
com.agoda.kakao.common.matchers.ProgressMatcher Matcher of value progress of given matcher
com.agoda.kakao.rating.RatingBarActions Provides action for RatingBar
com.agoda.kakao.rating.RatingBarAssertions Provides assertions for RatingBar
com.agoda.kakao.common.matchers.RatingBarMatcher Matcher of value rating of given matcher
com.agoda.kakao.recycler.RecyclerActions Provides ScrollableActions implementation for RecyclerView
com.agoda.kakao.recycler.RecyclerAdapterAssertions Provides assertions for recyclerView adapter
com.agoda.kakao.common.matchers.RecyclerViewAdapterSizeMatcher Matches RecyclerView with count of children
com.agoda.kakao.common.builders.RootBuilder Class for building root matchers
com.agoda.kakao.screen.Screen Container class for UI elements.
com.agoda.kakao.screen.ScreenActions Interface with common actions for all screens
com.agoda.kakao.common.actions.ScrollableActions Provides scrolling actions for view
com.agoda.kakao.scroll.ScrollViewActions Provides ScrollableActions implementation for ScrollView
com.agoda.kakao.progress.SeekBarActions Provides action for SeekBar
com.agoda.kakao.common.matchers.SelectedChipMatcher Matches checked chip
com.agoda.kakao.spinner.SpinnerAdapterActions
com.agoda.kakao.spinner.SpinnerAdapterAssertions Provides assertions for Spinner adapter
com.agoda.kakao.common.matchers.SpinnerAdapterSizeMatcher Matches Spinner with count of children
com.agoda.kakao.common.matchers.SpinnerPopupMatcher Matches Root View is popup window and contains DropDownView
com.agoda.kakao.common.actions.SwipeableActions Provides swipe actions for views
com.agoda.kakao.swiperefresh.SwipeRefreshLayoutActions Provides actions for SwipeRefreshLayout
com.agoda.kakao.swiperefresh.SwipeRefreshLayoutAssertions Provides assertion for SwipeRefreshLayout
com.agoda.kakao.common.matchers.SwipeRefreshLayoutMatcher
com.agoda.kakao.switch.SwitchableActions Provides action for actions on Switch
com.agoda.kakao.tabs.TabLayoutActions Provides action for TabLayout
com.agoda.kakao.tabs.TabLayoutAssertions Provides assertions for TabLayout
com.agoda.kakao.edit.TextInputLayoutAssertions Provides assertions for TextInputLayout
com.agoda.kakao.common.matchers.TextInputLayoutCounterEnabledMatcher
com.agoda.kakao.common.matchers.TextInputLayoutErrorEnabledMatcher
com.agoda.kakao.common.matchers.TextInputLayoutHintEnabledMatcher
com.agoda.kakao.text.TextViewActions Provides actions for TextViews
com.agoda.kakao.text.TextViewAssertions Provides text based assertions for views
com.agoda.kakao.picker.time.TimePickerAction Provides actions for time picker
com.agoda.kakao.picker.time.TimePickerAssertion Provides assertions for time picker
com.agoda.kakao.common.matchers.ToolbarSubtitleMatcher
com.agoda.kakao.common.matchers.ToolbarTitleMatcher
com.agoda.kakao.toolbar.ToolbarViewActions Provides actions for Toolbar
com.agoda.kakao.toolbar.ToolbarViewAssertions Provides assertion for Toolbar
com.agoda.kakao.intent.UriBuilder Class for building Uri matchers
com.agoda.kakao.common.builders.ViewBuilder Class for building view matchers and interactions
com.agoda.kakao.delegate.ViewInteractionDelegate Delegation class for ViewInteraction. Wraps all available public calls and intercepts check and perform.
com.agoda.kakao.pager2.ViewPager2Actions Provides ScrollableActions implementation for ViewPager2
com.agoda.kakao.pager2.ViewPager2AdapterAssertions Provides assertions for viewpager2 adapter
com.agoda.kakao.common.matchers.ViewPager2AdapterSizeMatcher Matches ViewPager2 with count of children
com.agoda.kakao.pager.ViewPagerAssertions Provides assertions for view pagers
com.agoda.kakao.web.WebActions Provides action for interacting with WebViews
com.agoda.kakao.web.WebAssertions Interface that provides assertions for WebViews
com.agoda.kakao.web.WebElementBuilder Class for building WebView element matchers
com.agoda.kakao.delegate.WebInteractionDelegate Delegation class for Web.WebInteraction. Wraps all available public calls and intercepts check and perform.