-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class TextInputLayoutHintEnabledMatcher extends TypeSafeMatcher<View>
-
-
Constructor Summary
Constructors Constructor Description TextInputLayoutHintEnabledMatcher(Boolean enabled)
-
Method Summary
Modifier and Type Method Description UnitdescribeTo(Description desc)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString -
Methods inherited from class io.github.kakaocup.kakao.common.matchers.TextInputLayoutHintEnabledMatcher
describeMismatch, describeMismatchSafely, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TextInputLayoutHintEnabledMatcher
TextInputLayoutHintEnabledMatcher(Boolean enabled)
-
-
Method Detail
-
describeTo
Unit describeTo(Description desc)
-
-
-
-