Package 

Class PositionMatcher

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

    
    public final class PositionMatcher
    extends BoundedMatcher<View, View>
                        

    Matches RecyclerView descendant at given position in adapter

    • Method Summary

      Modifier and Type Method Description
      Unit describeTo(Description desc)
      • Methods inherited from class androidx.test.espresso.matcher.BoundedMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, toString
      • Methods inherited from class io.github.kakaocup.kakao.common.matchers.PositionMatcher

        describeMismatch, matches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PositionMatcher

        PositionMatcher(Matcher<View> parent, Integer position)
        Parameters:
        parent - Matcher of the recycler view
        position - Position of item in adapter