public class EspRecyclerViewMatcher
extends java.lang.Object
| Constructor and Description |
|---|
EspRecyclerViewMatcher(org.hamcrest.Matcher<android.view.View> recyclerViewMatcher) |
| Modifier and Type | Method and Description |
|---|---|
org.hamcrest.Matcher<android.view.View> |
atChildIndexOnView(int index,
org.hamcrest.Matcher<android.view.View> childMatcher) |
org.hamcrest.Matcher<android.view.View> |
atIndex(int position) |
EspRecyclerViewMatcher |
ignoreItemNotFound(boolean allow) |
static org.hamcrest.Matcher<android.view.View> |
withMinimalAdapterItemCount(int minimalCount) |
static EspRecyclerViewMatcher |
withRecyclerView(org.hamcrest.Matcher<android.view.View> recyclerViewMatcher) |
public EspRecyclerViewMatcher(org.hamcrest.Matcher<android.view.View> recyclerViewMatcher)
public static EspRecyclerViewMatcher withRecyclerView(org.hamcrest.Matcher<android.view.View> recyclerViewMatcher)
public EspRecyclerViewMatcher ignoreItemNotFound(boolean allow)
public org.hamcrest.Matcher<android.view.View> atIndex(int position)
public org.hamcrest.Matcher<android.view.View> atChildIndexOnView(int index,
@Nullable
org.hamcrest.Matcher<android.view.View> childMatcher)
public static org.hamcrest.Matcher<android.view.View> withMinimalAdapterItemCount(int minimalCount)