-
- All Implemented Interfaces:
public final class ViewMatchers
-
-
Method Summary
Modifier and Type Method Description 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
-
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)
-
-
-
-