-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class ToolbarNavigationMatcher extends BoundedMatcher<View, Toolbar>
-
-
Constructor Summary
Constructors Constructor Description ToolbarNavigationMatcher(Drawable drawable)ToolbarNavigationMatcher(Integer resId)ToolbarNavigationMatcher(Function1<Drawable, Bitmap> toBitmap)
-
Method Summary
Modifier and Type Method Description final IntegergetResId()final UnitsetResId(@DrawableRes() Integer resId)final DrawablegetDrawable()final UnitsetDrawable(Drawable drawable)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.ToolbarNavigationMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setResId
final Unit setResId(@DrawableRes() Integer resId)
-
getDrawable
final Drawable getDrawable()
-
setDrawable
final Unit setDrawable(Drawable drawable)
-
describeTo
Unit describeTo(Description desc)
-
-
-
-