public class DetoxMatcher
Created by simonracz on 10/07/2017.
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<android.view.View> |
matcherForAnd(org.hamcrest.Matcher<android.view.View> m1,
org.hamcrest.Matcher<android.view.View> m2) |
static org.hamcrest.Matcher<android.view.View> |
matcherForAnything() |
static org.hamcrest.Matcher<android.view.View> |
matcherForAtIndex(int index,
org.hamcrest.Matcher<android.view.View> innerMatcher) |
static org.hamcrest.Matcher<android.view.View> |
matcherForClass(java.lang.String className) |
static org.hamcrest.Matcher<android.view.View> |
matcherForContentDescription(java.lang.String contentDescription) |
static org.hamcrest.Matcher<android.view.View> |
matcherForNot(org.hamcrest.Matcher<android.view.View> m) |
static org.hamcrest.Matcher<android.view.View> |
matcherForNotNull() |
static org.hamcrest.Matcher<android.view.View> |
matcherForNotVisible() |
static org.hamcrest.Matcher<android.view.View> |
matcherForNull() |
static org.hamcrest.Matcher<android.view.View> |
matcherForOr(org.hamcrest.Matcher<android.view.View> m1,
org.hamcrest.Matcher<android.view.View> m2) |
static org.hamcrest.Matcher<android.view.View> |
matcherForSufficientlyVisible() |
static org.hamcrest.Matcher<android.view.View> |
matcherForTestId(java.lang.String testId) |
static org.hamcrest.Matcher<android.view.View> |
matcherForText(java.lang.String text) |
static org.hamcrest.Matcher<android.view.View> |
matcherForToggleable(boolean value) |
static org.hamcrest.Matcher<android.view.View> |
matcherWithAncestor(org.hamcrest.Matcher<android.view.View> m,
org.hamcrest.Matcher<android.view.View> ancestorMatcher) |
static org.hamcrest.Matcher<android.view.View> |
matcherWithDescendant(org.hamcrest.Matcher<android.view.View> m,
org.hamcrest.Matcher<android.view.View> descendantMatcher) |
public static org.hamcrest.Matcher<android.view.View> matcherForText(java.lang.String text)
public static org.hamcrest.Matcher<android.view.View> matcherForContentDescription(java.lang.String contentDescription)
public static org.hamcrest.Matcher<android.view.View> matcherForTestId(java.lang.String testId)
public static org.hamcrest.Matcher<android.view.View> matcherForToggleable(boolean value)
public static org.hamcrest.Matcher<android.view.View> matcherForAnd(org.hamcrest.Matcher<android.view.View> m1,
org.hamcrest.Matcher<android.view.View> m2)
public static org.hamcrest.Matcher<android.view.View> matcherForOr(org.hamcrest.Matcher<android.view.View> m1,
org.hamcrest.Matcher<android.view.View> m2)
public static org.hamcrest.Matcher<android.view.View> matcherForNot(org.hamcrest.Matcher<android.view.View> m)
public static org.hamcrest.Matcher<android.view.View> matcherWithAncestor(org.hamcrest.Matcher<android.view.View> m,
org.hamcrest.Matcher<android.view.View> ancestorMatcher)
public static org.hamcrest.Matcher<android.view.View> matcherWithDescendant(org.hamcrest.Matcher<android.view.View> m,
org.hamcrest.Matcher<android.view.View> descendantMatcher)
public static org.hamcrest.Matcher<android.view.View> matcherForClass(java.lang.String className)
public static org.hamcrest.Matcher<android.view.View> matcherForSufficientlyVisible()
public static org.hamcrest.Matcher<android.view.View> matcherForNotVisible()
public static org.hamcrest.Matcher<android.view.View> matcherForNotNull()
public static org.hamcrest.Matcher<android.view.View> matcherForNull()
public static org.hamcrest.Matcher<android.view.View> matcherForAtIndex(int index,
org.hamcrest.Matcher<android.view.View> innerMatcher)
public static org.hamcrest.Matcher<android.view.View> matcherForAnything()