U - ラップされたマッチャーが動作する型 public class EventuallyMatcher<U>
extends org.hamcrest.DiagnosingMatcher<U>| コンストラクターと説明 |
|---|
EventuallyMatcher(org.hamcrest.Matcher<U> delegate) |
EventuallyMatcher(org.hamcrest.Matcher<U> delegate, int nbAttempts, int pause) |
| 修飾子と型 | メソッドと説明 |
|---|---|
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)org.hamcrest.DiagnosingMatcher<U> の matches