-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.assertions.AdapterAssertions
public interface RecyclerAdapterAssertions implements AdapterAssertions
Provides assertions for recyclerView adapter
-
-
Method Summary
Modifier and Type Method Description UnithasSize(Integer size)Check size of recycler view abstract ViewInteractionDelegategetView()-
-
Method Detail
-
hasSize
Unit hasSize(Integer size)
Check size of recycler view
- Parameters:
size- expected child count size in recycler view
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-