Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java359 SettableFuture<Integer> exceptionInput = SettableFuture.create(); in testTransformExceptionRemainsMemoized() local
361 Futures.transform(exceptionInput, newOneTimeExceptionThrower()); in testTransformExceptionRemainsMemoized()
362 exceptionInput.set(0); in testTransformExceptionRemainsMemoized()
377 Futures.transform(exceptionInput, newOneTimeExceptionThrower()); in testTransformExceptionRemainsMemoized()