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>
- All Implemented Interfaces:
org.hamcrest.Matcher<Supplier<T>>,org.hamcrest.SelfDescribing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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) Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString