Home
last modified time | relevance | path

Searched refs:checkCompletedWithWrappedCancellationException (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java160 void checkCompletedWithWrappedCancellationException(CompletableFuture<?> f) { in checkCompletedWithWrappedCancellationException() method in CompletableFutureTest
994 checkCompletedWithWrappedCancellationException(g); in testWhenComplete_sourceCancelled()
1365 checkCompletedWithWrappedCancellationException(h0); in testThenRun_sourceCancelled()
1366 checkCompletedWithWrappedCancellationException(h1); in testThenRun_sourceCancelled()
1367 checkCompletedWithWrappedCancellationException(h2); in testThenRun_sourceCancelled()
1368 checkCompletedWithWrappedCancellationException(h3); in testThenRun_sourceCancelled()
1369 checkCompletedWithWrappedCancellationException(h4); in testThenRun_sourceCancelled()
1370 checkCompletedWithWrappedCancellationException(h5); in testThenRun_sourceCancelled()
1473 checkCompletedWithWrappedCancellationException(h0); in testThenApply_sourceCancelled()
1474 checkCompletedWithWrappedCancellationException(h1); in testThenApply_sourceCancelled()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java186 void checkCompletedWithWrappedCancellationException(CompletableFuture<?> f) { in checkCompletedWithWrappedCancellationException() method in CompletableFutureTest
1091 checkCompletedWithWrappedCancellationException(g); in testWhenComplete_sourceCancelled()
1488 checkCompletedWithWrappedCancellationException(h0); in testThenRun_sourceCancelled()
1489 checkCompletedWithWrappedCancellationException(h1); in testThenRun_sourceCancelled()
1490 checkCompletedWithWrappedCancellationException(h2); in testThenRun_sourceCancelled()
1491 checkCompletedWithWrappedCancellationException(h3); in testThenRun_sourceCancelled()
1492 checkCompletedWithWrappedCancellationException(h4); in testThenRun_sourceCancelled()
1493 checkCompletedWithWrappedCancellationException(h5); in testThenRun_sourceCancelled()
1596 checkCompletedWithWrappedCancellationException(h0); in testThenApply_sourceCancelled()
1597 checkCompletedWithWrappedCancellationException(h1); in testThenApply_sourceCancelled()
[all …]