Searched refs:checkCompletedWithWrappedException (Results 1 – 1 of 1) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 168 void checkCompletedWithWrappedException(CompletableFuture<?> f, in checkCompletedWithWrappedException() method in CompletableFutureTest 905 checkCompletedWithWrappedException(g, ex2); in testExceptionally_exceptionalCompletionActionFailed() 959 checkCompletedWithWrappedException(g, ex); in testWhenComplete_exceptionalCompletion() 1015 checkCompletedWithWrappedException(g, ex); in testWhenComplete_sourceCompletedNormallyActionFailed() 1046 checkCompletedWithWrappedException(g, ex1); in testWhenComplete_sourceFailedActionFailed() 1165 checkCompletedWithWrappedException(g, ex); in testHandle_sourceCompletedNormallyActionFailed() 1196 checkCompletedWithWrappedException(g, ex2); in testHandle_sourceFailedActionFailed() 1325 checkCompletedWithWrappedException(h0, ex); in testThenRun_exceptionalCompletion() 1326 checkCompletedWithWrappedException(h1, ex); in testThenRun_exceptionalCompletion() 1327 checkCompletedWithWrappedException(h2, ex); in testThenRun_exceptionalCompletion() [all …]
|