-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class NavigationItemMatcher extends BoundedMatcher<View, NavigationView>
Matches NavigationView with given item id checked
-
-
Constructor Summary
Constructors Constructor Description NavigationItemMatcher(Integer id)
-
Method Summary
Modifier and Type Method Description 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.NavigationItemMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NavigationItemMatcher
NavigationItemMatcher(Integer id)
- Parameters:
id- menu item id to be checked
-
-
Method Detail
-
describeTo
Unit describeTo(Description desc)
-
-
-
-