Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTransformAsyncFunctionTest.java163 BadFuture badInput = new BadFuture(Futures.immediateFuture(20)); in testFutureGetThrowsRuntimeException()
176 public static class BadFuture class in FuturesTransformAsyncFunctionTest
178 protected BadFuture(ListenableFuture<Integer> delegate) { in BadFuture() method in FuturesTransformAsyncFunctionTest.BadFuture