Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java3165 CFException[] exs = new CFException[k]; in testAnyOf_exceptional() local
3168 exs[i] = new CFException(); in testAnyOf_exceptional()
3173 fs[i].completeExceptionally(exs[i]); in testAnyOf_exceptional()
3174 checkCompletedWithWrappedException(f, exs[0]); in testAnyOf_exceptional()
3183 CFException[] exs = new CFException[k]; in testAnyOf_exceptional_backwards() local
3186 exs[i] = new CFException(); in testAnyOf_exceptional_backwards()
3191 fs[i].completeExceptionally(exs[i]); in testAnyOf_exceptional_backwards()
3192 checkCompletedWithWrappedException(f, exs[k - 1]); in testAnyOf_exceptional_backwards()