kotest-assertions-core / io.kotest.matchers.future

Package io.kotest.matchers.future

Extensions for External Classes

java.util.concurrent.CompletableFuture

Functions

cancelled

fun <T> cancelled(): Matcher<CompletableFuture<T>>

completed

fun <T> completed(): Matcher<CompletableFuture<T>>

completedExceptionally

fun <T> completedExceptionally(): Matcher<CompletableFuture<T>>