Searched refs:checkCompletedExceptionally (Results 1 – 2 of 2) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 107 void checkCompletedExceptionally(CompletableFuture<?> f, in checkCompletedExceptionally() method in CompletableFutureTest 154 checkCompletedExceptionally(f, true, 159 checkCompletedExceptionally(f, true, in checkCompletedWithWrappedCancellationException() 164 checkCompletedExceptionally(f, false, in checkCompletedWithTimeoutException() 170 checkCompletedExceptionally(f, true, (t) -> assertSame(t, ex)); in checkCompletedWithWrappedException() 173 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally() method in CompletableFutureTest 174 checkCompletedExceptionally(f, false, (t) -> assertSame(t, ex)); in checkCompletedExceptionally() 240 checkCompletedExceptionally(f, ex); 294 checkCompletedExceptionally(f, ex); 300 checkCompletedExceptionally(f, ex); [all …]
|
D | CountedCompleterTest.java | 270 checkCompletedExceptionally(ex); 272 void checkCompletedExceptionally(Throwable ex) { 332 a.checkCompletedExceptionally(success); 1009 f.checkCompletedExceptionally(ex); in testCompleteExceptionally2() 1010 n.checkCompletedExceptionally(ex); in testCompleteExceptionally2() 1674 f.checkCompletedExceptionally(ex); in testCompleteExceptionallySingleton() 1675 n.checkCompletedExceptionally(ex); in testCompleteExceptionallySingleton()
|