public class EspAdapterViewItemMatcher
extends java.lang.Object
| Constructor and Description |
|---|
EspAdapterViewItemMatcher(org.hamcrest.Matcher<android.view.View> adapterViewMatcher) |
| Modifier and Type | Method and Description |
|---|---|
org.hamcrest.Matcher<android.view.View> |
atChildIndex(int index) |
org.hamcrest.Matcher<android.view.View> |
atChildIndexOnView(int index,
org.hamcrest.Matcher<android.view.View> childMatcher) |
static EspAdapterViewItemMatcher |
withAdapterView(org.hamcrest.Matcher<android.view.View> matcher) |
public EspAdapterViewItemMatcher(org.hamcrest.Matcher<android.view.View> adapterViewMatcher)
public static EspAdapterViewItemMatcher withAdapterView(org.hamcrest.Matcher<android.view.View> matcher)
public org.hamcrest.Matcher<android.view.View> atChildIndex(int index)
public org.hamcrest.Matcher<android.view.View> atChildIndexOnView(int index,
org.hamcrest.Matcher<android.view.View> childMatcher)