-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class IndexMatcher extends TypeSafeMatcher<View>
Matches index'th view that matches given matcher
-
-
Constructor Summary
Constructors Constructor Description IndexMatcher(Matcher<View> matcher, Integer index)
-
Method Summary
Modifier and Type Method Description UnitdescribeTo(Description desc)BooleanmatchesSafely(View view)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString -
Methods inherited from class io.github.kakaocup.kakao.common.matchers.IndexMatcher
describeMismatch, describeMismatchSafely, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
describeTo
Unit describeTo(Description desc)
-
matchesSafely
Boolean matchesSafely(View view)
-
-
-
-