-
- All Implemented Interfaces:
public final class ViewMatchers
-
-
Method Summary
Modifier and Type Method Description final static WithAccessibilityLabelMatcher
withAccessibilityLabel(String text)
final static Matcher<View>
withShallowAccessibilityLabel(String label)
final static Matcher<View>
isOfClassName(String className)
final static Matcher<View>
isMatchingAtIndex(Integer index, Matcher<View> innerMatcher)
final static Matcher<View>
toHaveSliderPosition(Double expectedValuePct, Double tolerance)
-
-
Method Detail
-
withAccessibilityLabel
final static WithAccessibilityLabelMatcher withAccessibilityLabel(String text)
-
withShallowAccessibilityLabel
final static Matcher<View> withShallowAccessibilityLabel(String label)
-
isOfClassName
final static Matcher<View> isOfClassName(String className)
-
isMatchingAtIndex
final static Matcher<View> isMatchingAtIndex(Integer index, Matcher<View> innerMatcher)
-
toHaveSliderPosition
final static Matcher<View> toHaveSliderPosition(Double expectedValuePct, Double tolerance)
-
-
-
-