PositionMatcher

public final class PositionMatcher extends 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

Link copied to clipboard
public PositionMatcher PositionMatcher(Matcher<View> parent, Integer position)

Functions

Link copied to clipboard
public Unit describeMismatch(Object p0, Description p1)
Link copied to clipboard
public Unit describeTo(Description desc)
Link copied to clipboard
public final Boolean matches(Object p0)
Link copied to clipboard
public String toString()