Package io.github.kakaocup.kakao.recycler
See: Description
-
Class Summary Class Description KEmptyRecyclerItem Empty implementation of KRecyclerItemUse this if you want to perform/assert on the root view of view holder KRecyclerItem Base class for KRecyclerView adapter itemsPlease extend this class to provide custom recycler view item types KRecyclerItemType For internal use. KRecyclerItemTypeBuilder Class that maps types to providing functionsTo be able to support different item types in KRecyclerView, this class adds support for mapping item type classes to functions that provide them. KRecyclerView View with RecyclerActions, BaseAssertions and RecyclerAdapterAssertions. -
Interface Summary Interface Description RecyclerActions Provides ScrollableActions implementation for RecyclerView RecyclerAdapterAssertions Provides assertions for recyclerView adapter