Package berlin.yuna.hamcrest.matcher
Class AndWait<T>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeDiagnosingMatcher<Supplier<T>>
-
- berlin.yuna.hamcrest.matcher.AndWait<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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)voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(Supplier<T> actual, org.hamcrest.Description description)
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(Supplier<T> actual, org.hamcrest.Description description)
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
andWait
public static <T> AndWait<T> andWait(org.hamcrest.Matcher<T> expected)
-
andWait
public static <T> AndWait<T> andWait(org.hamcrest.Matcher<T> expected, int timeoutMs)
-
-