| Modifier and Type | Method and Description |
|---|---|
static <T> FutureAssert<T> |
FutureAssert.assertThat(Future<T> future) |
FutureAssert<T> |
FutureAssert.isFailed() |
FutureAssert<T> |
FutureAssert.isFailed(Consumer<Throwable> exceptionAssertion) |
FutureAssert<T> |
FutureAssert.isFailed(org.hamcrest.Matcher<? super Throwable> exceptionMatcher) |
FutureAssert<T> |
FutureAssert.isFailed(Throwable expectedThrowable) |
FutureAssert<T> |
FutureAssert.isPending() |
FutureAssert<T> |
FutureAssert.isSuccessful() |
FutureAssert<T> |
FutureAssert.isSuccessful(Consumer<T> valueAssertion) |
FutureAssert<T> |
FutureAssert.isSuccessful(T expectedValue) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.