public final class UtilityMatchers
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> org.hamcrest.Matcher<T> |
isFirstMatch(org.hamcrest.Matcher<T> matcher) |
static org.hamcrest.Matcher<android.view.View> |
withBackgroundColor(int color) |
static org.hamcrest.Matcher<android.view.View> |
withItemTextInRecyclerView(java.lang.String itemText) |
public static <T> org.hamcrest.Matcher<T> isFirstMatch(org.hamcrest.Matcher<T> matcher)
public static org.hamcrest.Matcher<android.view.View> withBackgroundColor(int color)
public static org.hamcrest.Matcher<android.view.View> withItemTextInRecyclerView(java.lang.String itemText)