public class EspChildRecursiveMatcher
extends org.hamcrest.TypeSafeMatcher<android.view.View>
| Constructor and Description |
|---|
EspChildRecursiveMatcher(org.hamcrest.Matcher<android.view.View> childMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(android.view.View view) |
static org.hamcrest.Matcher<android.view.View> |
withChildRecursive(org.hamcrest.Matcher<android.view.View> childMatcher) |
describeMismatch, describeMismatchSafely, matchespublic EspChildRecursiveMatcher(org.hamcrest.Matcher<android.view.View> childMatcher)
public static org.hamcrest.Matcher<android.view.View> withChildRecursive(org.hamcrest.Matcher<android.view.View> childMatcher)
public void describeTo(org.hamcrest.Description description)
public boolean matchesSafely(android.view.View view)
matchesSafely in class org.hamcrest.TypeSafeMatcher<android.view.View>