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

Latest commit

 

History

History
25 lines (16 loc) · 1.24 KB

File metadata and controls

25 lines (16 loc) · 1.24 KB

kakao / com.agoda.kakao.recycler / RecyclerAdapterAssertions

RecyclerAdapterAssertions

interface RecyclerAdapterAssertions : AdapterAssertions

Provides assertions for recyclerView adapter

Inherited Properties

Name Summary
view abstract val view: ViewInteractionDelegate

Functions

Name Summary
hasSize open fun hasSize(size: Int): Unit
Check size of recycler view

Inheritors

Name Summary
KRecyclerView class KRecyclerView : RecyclerActions, BaseAssertions, RecyclerAdapterAssertions
View with RecyclerActions, BaseAssertions and RecyclerAdapterAssertions. Gives access to it's children