-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class ViewGroupPositionMatcher extends BoundedMatcher<View, View>
Matches Group descendant at given position
-
-
Constructor Summary
Constructors Constructor Description ViewGroupPositionMatcher(Integer position)
-
Method Summary
Modifier and Type Method Description UnitdescribeTo(Description description)-
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.ViewGroupPositionMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ViewGroupPositionMatcher
ViewGroupPositionMatcher(Integer position)
- Parameters:
position- Position of item in group view
-
-
Method Detail
-
describeTo
Unit describeTo(Description description)
-
-
-
-