RecyclerViewMatcher

class RecyclerViewMatcher(recyclerViewId: Int)

Constructors

Link copied to clipboard
fun RecyclerViewMatcher(recyclerViewId: Int)

Functions

Link copied to clipboard
fun atPosition(position: Int): Matcher<View>
Link copied to clipboard
fun atPositionOnView(position: Int, targetViewId: Int): Matcher<View>
Link copied to clipboard
fun withItemViewType(@IdRes recyclerViewId: Int, itemViewType: Int): Matcher<View>
fun withItemViewType(@IdRes recyclerViewId: Int, itemViewType: Int, targetViewId: Int): Matcher<View>