public class CompletedFutureMatcher<T> extends org.hamcrest.CustomTypeSafeMatcher<CompletionStage<T>>
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<CompletionStage<T>> |
completedWith(org.hamcrest.Matcher<? super T> innerMatcher,
long timeout,
TimeUnit unit) |
protected boolean |
matchesSafely(CompletionStage<T> stage) |
describeMismatch, describeMismatchSafely, matchespublic static <T> org.hamcrest.Matcher<CompletionStage<T>> completedWith(org.hamcrest.Matcher<? super T> innerMatcher, long timeout, TimeUnit unit)
protected boolean matchesSafely(CompletionStage<T> stage)
matchesSafely in class org.hamcrest.TypeSafeMatcher<CompletionStage<T>>Copyright © 2015–2016. All rights reserved.