-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class ItemMatcher extends BoundedMatcher<View, View>
Matches first RecyclerView descendant which matches specific matcher
-
-
Constructor Summary
Constructors Constructor Description ItemMatcher(Matcher<View> parent, Matcher<View> item)
-
Method Summary
Modifier and Type Method Description final IntegergetPosition()final UnitsetPosition(Integer position)UnitdescribeTo(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.ItemMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPosition
final Integer getPosition()
-
setPosition
final Unit setPosition(Integer position)
-
describeTo
Unit describeTo(Description desc)
-
-
-
-