-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class ToolbarSubtitleMatcher extends BoundedMatcher<View, Toolbar>
-
-
Constructor Summary
Constructors Constructor Description ToolbarSubtitleMatcher(String subtitle)ToolbarSubtitleMatcher(Integer resId)ToolbarSubtitleMatcher()
-
Method Summary
Modifier and Type Method Description final StringgetSubtitle()final UnitsetSubtitle(String subtitle)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.ToolbarSubtitleMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSubtitle
final String getSubtitle()
-
setSubtitle
final Unit setSubtitle(String subtitle)
-
describeTo
Unit describeTo(Description desc)
-
-
-
-