-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class ToolbarTitleMatcher extends BoundedMatcher<View, Toolbar>
-
-
Constructor Summary
Constructors Constructor Description ToolbarTitleMatcher(String title)ToolbarTitleMatcher(Integer resId)ToolbarTitleMatcher()
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final UnitsetTitle(String title)final IntegergetResId()final UnitsetResId(Integer resId)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.ToolbarTitleMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-