Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java3681 CompletableFuture<?> dep = fun.apply(src); local
3682 checkCompletedWithWrappedException(dep, ex);
3683 assertSame(resultOf(src), resultOf(dep));
3690 CompletableFuture<?> dep = fun.apply(src); local
3693 checkCompletedWithWrappedException(dep, ex);
3694 assertSame(resultOf(src), resultOf(dep));
3705 CompletableFuture<?> dep = fun.apply(src); local
3706 checkCompletedWithWrappedCancellationException(dep);
3707 assertSame(resultOf(src), resultOf(dep));
3715 CompletableFuture<?> dep = fun.apply(src); local
[all …]