Package org.apache.flink.core.testutils
Class FlinkCompletableFutureAssert.WithThrowable
- java.lang.Object
-
- org.apache.flink.core.testutils.FlinkCompletableFutureAssert.WithThrowable
-
- Enclosing class:
- FlinkCompletableFutureAssert<T>
public static class FlinkCompletableFutureAssert.WithThrowable extends Object
A strongly typed alternative toWithThrowable
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Throwable>
org.assertj.core.api.ThrowableAssertAlternative<T>withThrowableOfType(Class<T> type)
Checks that the underlying throwable is of the given type and returns aThrowableAssertAlternative
to chain further assertions on the underlying throwable.
-
-
-
Method Detail
-