public class ViewMatchers
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<android.view.View> |
isMatchingAtIndex(int index,
org.hamcrest.Matcher<android.view.View> innerMatcher) |
static org.hamcrest.Matcher<android.view.View> |
isOfClassName(java.lang.String className) |
@NotNull
public static org.hamcrest.Matcher<android.view.View> isOfClassName(@NotNull
java.lang.String className)
@NotNull
public static org.hamcrest.Matcher<android.view.View> isMatchingAtIndex(int index,
@NotNull
org.hamcrest.Matcher<android.view.View> innerMatcher)