shouldBeCancelled |
fun <T> CompletableFuture<T>.shouldBeCancelled(): Unit |
shouldBeCompleted |
fun <T> CompletableFuture<T>.shouldBeCompleted(): Unit |
shouldBeCompletedExceptionally |
fun <T> CompletableFuture<T>.shouldBeCompletedExceptionally(): Unit |
shouldNotBeCancelled |
fun <T> CompletableFuture<T>.shouldNotBeCancelled(): Unit |
shouldNotBeCompleted |
fun <T> CompletableFuture<T>.shouldNotBeCompleted(): Unit |
shouldNotBeCompletedExceptionally |
fun <T> CompletableFuture<T>.shouldNotBeCompletedExceptionally(): Unit |