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 maxAttempts,
int pause) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static <T> EventuallyMatcher<T> |
eventually(org.hamcrest.Matcher<T> delegate) |
static <T> EventuallyMatcher<T> |
eventually(org.hamcrest.Matcher<T> delegate,
int noAttempts,
int pause) |
protected boolean |
matches(Object item,
org.hamcrest.Description mismatchDescription) |
public EventuallyMatcher(org.hamcrest.Matcher<U> delegate)
public EventuallyMatcher(org.hamcrest.Matcher<U> delegate, int maxAttempts, int pause)
public void describeTo(org.hamcrest.Description description)
protected boolean matches(Object item, org.hamcrest.Description mismatchDescription)
matches
in class org.hamcrest.DiagnosingMatcher<U>
public static <T> EventuallyMatcher<T> eventually(org.hamcrest.Matcher<T> delegate)
public static <T> EventuallyMatcher<T> eventually(org.hamcrest.Matcher<T> delegate, int noAttempts, int pause)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.