Searched refs:exceptionInput (Results 1 – 1 of 1) sorted by relevance
359 SettableFuture<Integer> exceptionInput = SettableFuture.create(); in testTransformExceptionRemainsMemoized() local361 Futures.transform(exceptionInput, newOneTimeExceptionThrower()); in testTransformExceptionRemainsMemoized()362 exceptionInput.set(0); in testTransformExceptionRemainsMemoized()377 Futures.transform(exceptionInput, newOneTimeExceptionThrower()); in testTransformExceptionRemainsMemoized()