-
- All Implemented Interfaces:
-
org.hamcrest.Matcher
,org.hamcrest.SelfDescribing
public final class WithAccessibilityLabelMatcher extends TypeSafeDiagnosingMatcher<View>
-
-
Constructor Summary
Constructors Constructor Description WithAccessibilityLabelMatcher(Matcher<String> textMatcher)
-
Method Summary
Modifier and Type Method Description Unit
describeTo(Description description)
-
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
Methods inherited from class com.wix.detox.espresso.matcher.WithAccessibilityLabelMatcher
describeMismatch, matches
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WithAccessibilityLabelMatcher
WithAccessibilityLabelMatcher(Matcher<String> textMatcher)
-
-
Method Detail
-
describeTo
Unit describeTo(Description description)
-
-
-
-