-
- All Implemented Interfaces:
-
org.hamcrest.Matcher
,org.hamcrest.SelfDescribing
public final class ViewAtIndexMatcher extends BaseMatcher<View>
-
-
Constructor Summary
Constructors Constructor Description ViewAtIndexMatcher(Integer index, Matcher<View> innerMatcher)
-
Method Summary
Modifier and Type Method Description Boolean
matches(Object item)
Unit
describeTo(Description description)
-