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