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

Latest commit

 

History

History
26 lines (16 loc) · 1.22 KB

File metadata and controls

26 lines (16 loc) · 1.22 KB

kakao / com.agoda.kakao.common.matchers / PositionMatcher

PositionMatcher

class PositionMatcher : BoundedMatcher<View, View>

Matches RecyclerView descendant at given position in adapter

Parameters

parent - Matcher of the recycler view

position - Position of item in adapter

Constructors

Name Summary
<init> PositionMatcher(parent: Matcher<View>, position: Int)
Matches RecyclerView descendant at given position in adapter

Functions

Name Summary
describeTo fun describeTo(desc: Description): Unit
matchesSafely fun matchesSafely(view: View?): Boolean