| Constructor | Description |
|---|---|
AndWait(org.hamcrest.Matcher<T> expected) |
|
AndWait(org.hamcrest.Matcher<T> expected,
int timeoutMs) |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> AndWait<T> |
andWait(org.hamcrest.Matcher<T> expected) |
|
static <T> AndWait<T> |
andWait(org.hamcrest.Matcher<T> expected,
int timeoutMs) |
|
void |
describeTo(org.hamcrest.Description description) |
|
protected boolean |
matchesSafely(Supplier<T> actual,
org.hamcrest.Description description) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic AndWait(org.hamcrest.Matcher<T> expected)
public AndWait(org.hamcrest.Matcher<T> expected, int timeoutMs)
protected boolean matchesSafely(Supplier<T> actual, org.hamcrest.Description description)
public void describeTo(org.hamcrest.Description description)
public static <T> AndWait<T> andWait(org.hamcrest.Matcher<T> expected)
public static <T> AndWait<T> andWait(org.hamcrest.Matcher<T> expected, int timeoutMs)
Copyright © 2018. All rights reserved.