U
- the type the wrapped matcher operates onpublic class EventuallyMatcher<U>
extends org.hamcrest.DiagnosingMatcher<U>
Constructor and Description |
---|
EventuallyMatcher(org.hamcrest.Matcher<U> delegate) |
EventuallyMatcher(org.hamcrest.Matcher<U> delegate,
int nbAttempts,
int pause) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matches(java.lang.Object item,
org.hamcrest.Description mismatchDescription) |
public EventuallyMatcher(org.hamcrest.Matcher<U> delegate)
public EventuallyMatcher(org.hamcrest.Matcher<U> delegate, int nbAttempts, int pause)
public void describeTo(org.hamcrest.Description description)
protected boolean matches(java.lang.Object item, org.hamcrest.Description mismatchDescription)
matches
in class org.hamcrest.DiagnosingMatcher<U>