Package 

Class IndexMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher , org.hamcrest.SelfDescribing

    
    public final class IndexMatcher
    extends TypeSafeMatcher<View>
                        

    Matches index'th view that matches given matcher

    • Method Summary

      Modifier and Type Method Description
      Unit describeTo(Description desc)
      Boolean matchesSafely(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
    • Constructor Detail

      • IndexMatcher

        IndexMatcher(Matcher<View> matcher, Integer index)
        Parameters:
        matcher - Matcher that have several matching views
        index - index of view that must be matched