| Constructor and Description |
|---|
AndWait(org.hamcrest.Matcher<T> expected) |
AndWait(org.hamcrest.Matcher<T> expected,
int timeoutMs) |
| Modifier and Type | Method and 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) |
public 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 © 2022. All rights reserved.