IndexMatcher

public final class IndexMatcher extends TypeSafeMatcher<View>

Matches index'th view that matches given matcher

Parameters

matcher

Matcher that have several matching views

index

index of view that must be matched

Constructors

Link copied to clipboard
public IndexMatcher IndexMatcher(Matcher<View> matcher, Integer index)

Functions

Link copied to clipboard
public final 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 Boolean matchesSafely(View view)
Link copied to clipboard
public String toString()