Home
last modified time | relevance | path

Searched defs:checkCompletedExceptionally (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java107 void checkCompletedExceptionally(CompletableFuture<?> f, in checkCompletedExceptionally() method in CompletableFutureTest
175 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally() method in CompletableFutureTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java135 void checkCompletedExceptionally(CompletableFuture<?> f, in checkCompletedExceptionally() method in CompletableFutureTest
201 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally() method in CompletableFutureTest